Преглед изворни кода

🐛 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) {