Explorar el Código

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

damon227 hace 2 años
padre
commit
ef5872c86c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 () {