Browse Source

modify bug

haojianlong 6 năm trước cách đây
mục cha
commit
12e86916bf

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

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