Browse Source

问题调整

sunkuosheng 2 weeks ago
parent
commit
680be039b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui-gljt/src/views/gljt/qxpz/index.vue

+ 1 - 1
ruoyi-ui-gljt/src/views/gljt/qxpz/index.vue

@@ -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 {