Commit aab745c6 authored by zhengke's avatar zhengke

修改

parent e25b7e29
......@@ -327,7 +327,6 @@
return
}
this.saveCustomLoading = true;
console.log(this.objOption, '数据');
SetCustomerTask(this.objOption).then(res => {
if (res.Code == 1) {
this.saveCustomLoading = false;
......@@ -403,7 +402,6 @@
//获取任务类型数据下拉
getTaskType(){
GetTaskTypeList({}).then(res => {
console.log(res,'res');
if (res.Code == 1) {
this.taskTypeData = res.Data;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment