lilei 7 maanden geleden
bovenliggende
commit
250232d0ef
2 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 1 0
      src/views/salesManagement/salesQueryNew/comps/productList.vue
  2. 2 2
      vue.config.js

+ 1 - 0
src/views/salesManagement/salesQueryNew/comps/productList.vue

@@ -755,6 +755,7 @@ export default {
       this.spinning = false
       this.$refs.updateActive.confirmLoading = false
       this.openUpActiveModal = false
+      this.$refs.table.clearSelected()
       this.$refs.table.refresh(false)
     },
     // 添加产品

+ 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.131/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: {