浏览代码

Merge branch 'ol_12_30' into test

mo 3 年之前
父节点
当前提交
04ea760609
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {
-      if (row.status == "PROCESSING") {
+      if (row.status == "PROCESSING"&&row.currentApproveRole=='3') {
         return 1;
       } else {
         return 0;