lilei hai 1 ano
pai
achega
05862ac94d

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

@@ -278,7 +278,7 @@ export default {
       this.promoProductClz = tabList[0].val
       this.tableHeight = window.innerHeight - 330
       
-      this.queryParam.scopeLevel = promo.countData.scopeLevelFlag ? promo.countData.scopeLevel : undefined
+      this.queryParam.scopeLevel = promo.countData.scopeLevel
       this.resetSearchForm()
     },
     // 刷新当前页面

+ 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.113:8660/ocs-admin',
+        target: 'http://192.168.2.111/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: {