haojianlong il y a 5 ans
Parent
commit
12e86916bf
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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: {