Explorar o código

修复批量审核

1
mo %!s(int64=3) %!d(string=hai) anos
pai
achega
09c502ee79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/auditList/index.vue

+ 1 - 1
src/views/auditList/index.vue

@@ -311,7 +311,7 @@ export default {
   },
   methods: {
     selectable(row, index) {
-      return row.auditStatus == "AUDITING";
+      return row.status == "AUDITING";
     },
     search() {
       this.pageInfo.page = 1;