Commit 32120521 authored by lixy's avatar lixy

富文本

parent 113a608c
......@@ -330,6 +330,7 @@
created() {
this.activeName2 = undefined;
if(this.dialogStatus == "create"){
this.activeName2 = "first";
this.tabName = "first";
}else if(this.dialogStatus == "companyInfoUpdate"){
//公司介绍编辑
......@@ -811,13 +812,6 @@
} else {
this.form.addrTown = undefined;
}
},
/**
* 弹框-取消
* */
cancel() {
console.log("取消禁用");
cancleBook(this.currentItem.ii.vehicleBookRecord.id).then(response => {this.$emit("companyInfoDialogEvent", true);});
}
}
}
......
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