浏览代码

Merge branch 'feature/master' into feature/develop

rainwer 7 月之前
父节点
当前提交
40a3f4c7a6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/business/production/fileUpload/index.vue

+ 2 - 1
src/views/business/production/fileUpload/index.vue

@@ -169,7 +169,8 @@
     month: proxy.moment().subtract(1, "month").format("MM"),
     principal: tenant.versionId !== '4' && !flag.value ? useUserStore().user.userId : null,
     tenantVersionId: tenant.versionId,
-    isZero: 0
+    isZero: 0,
+    deleted: 2
   });
 
   /***********************  方法区  ****************************/