src/views/client/client/AddClientManageDialog.vue
@@ -644,7 +644,9 @@ }, // 保存 saveClick(formName) { this.$refs[formName].validate((valid) => { this.validateFormNumber() if (valid) { console.log(this.editConfig.infomation) const params = this.saveParams() @@ -662,6 +664,9 @@ } else { this.$parent.getData() } if (this.editConfig.isResh) { this.$emit("reshData") } } }) } else {