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