소스 검색

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
         }