lilei před 6 měsíci
rodič
revize
da8650f382

+ 1 - 1
src/views/salesManagement/salesQueryNew/comps/activeStatisticsList.vue

@@ -110,7 +110,7 @@ export default {
             this.checkboxOption.selectedRowKeys = isSelected ? [endSelProduct] : []
           }
           console.log(this.checkboxOption.selectedRowKeys)
-          // 查询此活动下的产品列表
+          // 查询此活动下的已选产品列表
           const salesPromoSn = this.activeList.filter(item => this.checkboxOption.selectedRowKeys.includes(item.id)).map(item => item.salesPromoSn)
           this.$emit('selected', isSelected ? salesPromoSn : null)
         }

+ 2 - 2
vue.config.js

@@ -108,9 +108,9 @@ const vueConfig = {
     // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://192.168.2.10/ocs-admin',
+        target: 'http://192.168.2.10/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  练习
-        target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
+        // target: 'https://p.ocs.360arrow.com/ocs-admin', //  预发布
         ws: false,
         changeOrigin: true,
         pathRewrite: {