Browse Source

上报限制条件更改

duy 1 year ago
parent
commit
43a523fbec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/file/collection.vue

+ 1 - 1
src/views/file/collection.vue

@@ -1614,7 +1614,7 @@ const reportModalClick = () => {
     const rows = tableCheckedKeys.value
     const rows = tableCheckedKeys.value
     //判断是否满足条件
     //判断是否满足条件
     const result = rows.every(({ status }) => {
     const result = rows.every(({ status }) => {
-        return status === 0
+        return status === 0 || status === 3
     })
     })
     if (!result) {
     if (!result) {
         window.$message?.warning('已上报的文件不能进行再次上报')
         window.$message?.warning('已上报的文件不能进行再次上报')