Quellcode durchsuchen

fix:修改企业信息默认值

lazy vor 2 Monaten
Ursprung
Commit
49bbc45eab

+ 1 - 1
src/views/capitalFinancingManage/capitalAuth/components/BaseInfo.vue

@@ -112,7 +112,7 @@ export default {
         console.log('baseinfo-------')
         console.log(val)
         if (val && Object.keys(val).length) {
-          this.ruleForm.customerType = 0
+          this.ruleForm.customerType = 1
           this.ruleForm.supplierInfoId = val.supplierInfoId
           this.ruleForm.socialCreditCode = val.socialCreditCode
         }