Commit 98d944cb authored by liudong1993's avatar liudong1993

1

parent 771564cb
......@@ -177,16 +177,19 @@
this.$emit("closeaddTeamman");
},
addData() {
this.loading=true;
this.crmapipost(
"/api/Customer/CreateMyCustomerContact",
this.form,
(res) => {
if (res.data.resultCode == 1) {
this.loading=false;
this.$message.success("操作成功");
this.resetForm("form");
this.dialogTableVisible = false;
this.$emit("addTeammanOk");
}else{
this.loading=false;
this.$message.error(res.data.message)
}
}
......
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