@@ -523,7 +523,7 @@ export default {
watch:{
'form.zfiCoreQuotaId':'change'
},
- created() {
+ activated() {
this.getDicts("zc_finance_state").then(response => {
this.stateOptions = response.data;
});