Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pcmgr

gjy 2 years ago
parent
commit
4f457ea99c
2 changed files with 6 additions and 0 deletions
  1. 4 0
      src/views/check-flow/conditions.js
  2. 2 0
      src/views/check-flow/index.vue

+ 4 - 0
src/views/check-flow/conditions.js

@@ -70,6 +70,10 @@ export default {
         value: '开库申请'
       }
       ,
+      {
+        label: '采买合同审核',
+        value: '采买合同审核'
+      },
       {
        label: '其他',
        value: '其他'

+ 2 - 0
src/views/check-flow/index.vue

@@ -449,7 +449,9 @@ export default {
       this.pageLeftTreeData = await getBusinessListFromServer({ categoryCode: 'WORKFLOW' });
       this.treeLoading = false;
       console.log(this.pageLeftTreeData)
+      if(this.pageLeftTreeData[0].children[0]){
       this.pageTitle = this.pageLeftTreeData[0].children[0].name
+      }
     },
     async defaultChooseLeftTreeFirstLeaf () {
       // 默认选中第一个