Explorar o código

提交测试一下

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

+ 1 - 1
src/views/withdrawal-application/index.vue

@@ -558,7 +558,7 @@ export default {
         });
         });
     },
     },
     checkSeleabled(row) {
     checkSeleabled(row) {
-      if (row.status == "PROCESSING") {
+      if (row.status == "PROCESSING"&&row.currentApproveRole=='3') {
         return 1;
         return 1;
       } else {
       } else {
         return 0;
         return 0;