lshcom 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -583,13 +583,13 @@ export default {
|
|
|
583
583
|
this.queryParams.addressRegion = direect[0].label;
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
|
-
const {
|
|
587
|
-
annualIncome, company, customerTrade, drivableType, wxNo,
|
|
588
|
-
driveLicenceEnd, driveLicenceStart, interest, interestedVas,
|
|
589
|
-
maritalStatus, post, qqNo, remark, scvId, storeCode
|
|
590
|
-
} = this.custVo;
|
|
591
586
|
let params = {}
|
|
592
587
|
if(this.isSaveOther) {
|
|
588
|
+
const {
|
|
589
|
+
annualIncome, company, customerTrade, drivableType, wxNo,
|
|
590
|
+
driveLicenceEnd, driveLicenceStart, interest, interestedVas,
|
|
591
|
+
maritalStatus, post, qqNo, remark, scvId, storeCode
|
|
592
|
+
} = this.custVo;
|
|
593
593
|
params = {
|
|
594
594
|
saveFrom: 0,
|
|
595
595
|
custVo: {
|