瀏覽代碼

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

damon227 2 年之前
父節點
當前提交
ef5872c86c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 () {