瀏覽代碼

Merge branch '津贴追加调整' of sckj/mz-cloud into master

sckj 3 周之前
父節點
當前提交
ddd93c4f67
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {