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