浏览代码

Merge branch 'zhaoj'

ZhaoJing 1 年之前
父节点
当前提交
f4b57da662
共有 2 个文件被更改,包括 101 次插入1 次删除
  1. 1 0
      src/pages/equipmentPurchaseApply/budgetOfPlant/myAuditFor/index.vue
  2. 100 1
      src/store/local/la.js

+ 1 - 0
src/pages/equipmentPurchaseApply/budgetOfPlant/myAuditFor/index.vue

@@ -81,6 +81,7 @@ function auditConfirm() {
     }).then((res) => {
       if (res.code == "1") {
         showToast(res.msg);
+        auditShow = false;
         listMyApplyFor.value = [];
         pageMyApplyFor = 1;
         onLoadMyApplyFor();

文件差异内容过多而无法显示
+ 100 - 1
src/store/local/la.js