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