|
|
@@ -165,6 +165,8 @@ export default {
|
|
|
county: "",
|
|
|
sa_agentsid: 0,
|
|
|
enterprisename: "",
|
|
|
+ address: "",
|
|
|
+ remarks: "",
|
|
|
region: []
|
|
|
},
|
|
|
rules: {
|
|
|
@@ -331,6 +333,7 @@ export default {
|
|
|
},
|
|
|
onCancel() {
|
|
|
this.dialogFormVisible = false;
|
|
|
+ this.agentVisible = false;
|
|
|
this.$refs["form"].resetFields();
|
|
|
}
|
|
|
},
|