lilei 3 anos atrás
pai
commit
95abe3088a
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      src/views/salesReturnManagement/pickUp/list.vue
  2. 1 1
      vue.config.js

+ 1 - 1
src/views/salesReturnManagement/pickUp/list.vue

@@ -192,7 +192,7 @@ export default {
       this.queryParam.applyPersonSn = undefined
       this.queryParam.logisticsPoint = undefined
       this.queryParam.salesReturnBillNo = ''
-      this.queryParam.state = undefined
+      this.queryParam.state = 'AUDIT_PASS'
       this.$refs.table.refresh(true)
     },
     pageInit () {

+ 1 - 1
vue.config.js

@@ -107,7 +107,7 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.0.102:8602/ocs-admin',
+        target: 'http://192.168.0.183:8602/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  Á·Ï°
         // target: 'http://p.ocs.360arrow.com/ocs-admin', //  Ô¤·¢²¼
         ws: false,