Commit aab745c6 authored by zhengke's avatar zhengke

修改

parent e25b7e29
...@@ -327,7 +327,6 @@ ...@@ -327,7 +327,6 @@
return return
} }
this.saveCustomLoading = true; this.saveCustomLoading = true;
console.log(this.objOption, '数据');
SetCustomerTask(this.objOption).then(res => { SetCustomerTask(this.objOption).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.saveCustomLoading = false; this.saveCustomLoading = false;
...@@ -403,7 +402,6 @@ ...@@ -403,7 +402,6 @@
//获取任务类型数据下拉 //获取任务类型数据下拉
getTaskType(){ getTaskType(){
GetTaskTypeList({}).then(res => { GetTaskTypeList({}).then(res => {
console.log(res,'res');
if (res.Code == 1) { if (res.Code == 1) {
this.taskTypeData = res.Data; 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