ソースを参照

fix:修改企业信息默认值

lazy 2 ヶ月 前
コミット
49bbc45eab
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/views/capitalFinancingManage/capitalAuth/components/BaseInfo.vue

+ 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
         }