瀏覽代碼

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