Browse Source

补卡搜索增加已撤销状态

cyy 1 year ago
parent
commit
4bf1a9da7e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/platform/bpmn/my-reissue/index.vue

+ 3 - 0
src/views/platform/bpmn/my-reissue/index.vue

@@ -118,6 +118,9 @@ export default {
             }, {
               value: '未通过',
               label: '未通过'
+            }, {
+              value: '已撤销',
+              label: '已撤销'
             }
           ]
           }