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