|
@@ -394,7 +394,7 @@ export default {
|
|
|
updateQxpz({...this.form, xzqh:xzqh}).then(response => {
|
|
|
this.$modal.msgSuccess("修改成功");
|
|
|
this.open = false;
|
|
|
- this.qxpzList = this.dataReplacement(this.qxpzList, this.form.id, formData);
|
|
|
+ // this.qxpzList = this.dataReplacement(this.qxpzList, this.form.id, formData);
|
|
|
this.getList();
|
|
|
}).finally(() => this.submitFormLoading = false);
|
|
|
// } else {
|