qymljy 2 anni fa
parent
commit
07a27d12af
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 1 0
      src/SDrpManagement/QuotedPrice/components/Select.vue
  2. 2 2
      vue.config.js

+ 1 - 0
src/SDrpManagement/QuotedPrice/components/Select.vue

@@ -107,6 +107,7 @@ export default {
     clickBrand (id) {
       this.brand_act = id
       this.queryClass()
+      this.$emit("brandChange",id)
     },
     clickField (item) {
       this.field_act = item.value

+ 2 - 2
vue.config.js

@@ -14,8 +14,8 @@ module.exports = {
       port: 8000,
       proxy: {
         '/apis': {
-          target: 'http://61.164.207.46:8000',  // target host*/
-          // target: 'https://oms.idcgroup.com.cn:8079/',  // target host
+          // target: 'http://61.164.207.46:8000',  // target host*/
+          target: 'https://oms.idcgroup.com.cn:8079/',  // target host
           // target: 'localhost:8080',  // target host
           ws: true,  // proxy websockets 
           changeOrigin: true,  // needed for virtual hosted sites