linweizeng 2 vuotta sitten
vanhempi
sitoutus
b745c90b26
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      src/views/platform/bpmn/bpmAgent/list.vue

+ 5 - 0
src/views/platform/bpmn/bpmAgent/list.vue

@@ -160,9 +160,14 @@ export default {
         }
     },
     created () {
+        this.getInit()
         this.loadData()
     },
     methods: {
+        // 初始化
+        getInit () {
+            this.filter[0].partyId = this.$store.getters.userInfo.employee.positions || ''
+        },
         getDelegatorId (value) {
             this.searchDelegatorId = value
         },