Browse Source

modify bug

haojianlong 5 years ago
parent
commit
12e86916bf
1 changed files with 2 additions and 1 deletions
  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: {