瀏覽代碼

Merge branch 'master' of http://git.keao.tech/SupplyChain/front

zhanglb 3 年之前
父節點
當前提交
727b5c5ae5
共有 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:{
     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;
         });
         });