소스 검색

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