|
|
@@ -136,6 +136,11 @@ export default {
|
|
|
params.customerType = params.customerType.join(',');
|
|
|
params.storeCode = this.$route.query.storeCode;
|
|
|
params.chainCode = this.$route.query.chainCode;
|
|
|
+ if (params.terminalCustomer == '是') {
|
|
|
+ params.doubleCustomer = null;
|
|
|
+ params.customerType = '';
|
|
|
+ params.channelType = '';
|
|
|
+ }
|
|
|
if (params.doubleCustomer == '否') params.customerType = '';
|
|
|
updateVisitLabel(params).then((res) => {
|
|
|
this.toastLoading().clear();
|