Commit bc6d36ab authored by zhengke's avatar zhengke

1

parent 36d6455f
......@@ -345,8 +345,8 @@
}
this.saveCustomLoading = true;
SetCustomerTask(this.objOption).then(res => {
this.saveCustomLoading = false;
if (res.Code == 1) {
this.saveCustomLoading = false;
this.$q.notify({
icon: "iconfont icon-chenggong",
color: "accent",
......@@ -357,6 +357,8 @@
this.$emit("success");
this.closeTaskForm()
}
}).catch(() => {
this.saveCustomLoading = false
})
}
},
......
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