瀏覽代碼

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
         }