haojianlong hace 5 años
padre
commit
12e86916bf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/components/ledger/lib/cascader.vue

+ 2 - 1
src/components/ledger/lib/cascader.vue

@@ -51,7 +51,8 @@ export default {
   },
   watch: {
       projectId() {
-          this.value = ['']
+          this.value = [''];
+          this.getData();
       }
   },
   methods: {