Ver Fonte

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

zhanglb há 3 anos atrás
pai
commit
727b5c5ae5
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
         });