Przeglądaj źródła

切换流程类型,userId值变化时,重新调用getList方法

damon227 2 lat temu
rodzic
commit
ef5872c86c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/views/modules/common/user-components.vue

+ 1 - 0
src/views/modules/common/user-components.vue

@@ -53,6 +53,7 @@ export default {
   watch: {
     userIds (value) {
       this.value = value
+      this.getList()
     }
   },
   mounted () {