Преглед на файлове

🐛 fix<任务列表>: 更新问题

xinyan преди 9 месеца
родител
ревизия
326eb943cb
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/views/reportManage/TaskManage/index.vue

+ 0 - 1
src/views/reportManage/TaskManage/index.vue

@@ -583,7 +583,6 @@ async function createTask() {
     user: taskRuleForm.operation,
     operater: [taskRuleForm.operater],
   };
-  console.log('body',body);
   try {
     const resp = await postCreateTask(body);
     if (resp.code === 2000) {