소스 검색

activated

xuefy 3 년 전
부모
커밋
955e6909a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      front-vue/src/views/service/credit/signFor.vue

+ 1 - 1
front-vue/src/views/service/credit/signFor.vue

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