2 Commits 40354f7c32 ... 3e04d5ea71

Autor SHA1 Mensagem Data
  zhujindu 3e04d5ea71 Merge branch 'feature_20260128_公装双包客户&三大渠道标签' into uat(dev) 6 dias atrás
  zhujindu 51ced7724b feature_20260128_公装双包客户&三大渠道标签 6 dias atrás
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      src/views/storeManagement/GZattributeEditor.vue

+ 5 - 0
src/views/storeManagement/GZattributeEditor.vue

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