Quellcode durchsuchen

修改传参报错问题

lichao vor 3 Jahren
Ursprung
Commit
c0be89c7c5
3 geänderte Dateien mit 35 neuen und 31 gelöschten Zeilen
  1. 16 16
      src/views/finance/charge/index.vue
  2. 14 14
      src/views/finance/payment/index.vue
  3. 5 1
      vue.config.js

+ 16 - 16
src/views/finance/charge/index.vue

@@ -1728,15 +1728,15 @@ export default {
       fMblnoOptions: "",
       //导入查询参数
       queryParameter: {
-        fCorpid: "",
-        fToCorpid: "",
-        fMblno: "",
-        fStatementNo: "",
-        fFeeid: "",
-        timeExamine: "",
-        timeInterval: "",
-        fBilltype: "",
-        fBusinessType: "",
+        fCorpid: null,
+        fToCorpid: null,
+        fMblno: null,
+        fStatementNo: null,
+        fFeeid: null,
+        timeExamine: null,
+        timeInterval: null,
+        fBilltype: null,
+        fBusinessType: null,
       },
       empty: [],
       //导入从表传主表
@@ -3152,13 +3152,13 @@ export default {
     //导入重置按钮
     resetQuery_s() {
       this.queryParameter = {
-        fCorpid: "",
-        fToCorpid: "",
-        fMblno: "",
-        fStatementNo: "",
-        fFeeid: "",
-        timeExamine: "",
-        timeInterval: "",
+        fCorpid: null,
+        fToCorpid: null,
+        fMblno: null,
+        fStatementNo: null,
+        fFeeid: null,
+        timeExamine: null,
+        timeInterval: null,
       };
     },
     // 远程模糊查询费用名称

+ 14 - 14
src/views/finance/payment/index.vue

@@ -2404,13 +2404,13 @@ export default {
       fMblnoOptions: "",
       //导入查询参数
       queryParameter: {
-        fCorpid: "",
-        fToCorpid: "",
-        fMblno: "",
-        fStatementNo: "",
-        fFeeid: "",
-        timeExamine: "",
-        timeInterval: "",
+        fCorpid: null,
+        fToCorpid: null,
+        fMblno: null,
+        fStatementNo: null,
+        fFeeid: null,
+        timeExamine: null,
+        timeInterval: null,
       },
       empty: [],
       //导入从表传主表
@@ -3854,13 +3854,13 @@ export default {
     //导入重置按钮
     resetQuery_s() {
       this.queryParameter = {
-        fCorpid: "",
-        fToCorpid: "",
-        fMblno: "",
-        fStatementNo: "",
-        fFeeid: "",
-        timeExamine: "",
-        timeInterval: "",
+        fCorpid: null,
+        fToCorpid: null,
+        fMblno: null,
+        fStatementNo: null,
+        fFeeid: null,
+        timeExamine: null,
+        timeInterval: null,
       };
     },
     // 远程模糊查询费用名称

+ 5 - 1
vue.config.js

@@ -35,20 +35,24 @@ module.exports = {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
         // target: `http://192.168.1.177:9010/`,
+        target: `http://192.168.1.194:9010/`,
         // target: `https://test.fms.tubaosoft.com/prod-api/`,
         // target: `https://test.wms.tubaosoft.com/prod-api/`,
         // target: `https://test.tms.tubaosoft.com/prod-api/`,
         // target: `https://test.ke.tubaosoft.com/prod-api/`,
 
-        target: `https://zd.tubaosoft.com/prod-api/`,
+        // target: `https://zd.tubaosoft.com/prod-api/`,
         // target: `https://jianqiao.tubaosoft.com/prod-api/`,
         // target: `https://jiyong.tubaosoft.com/prod-api/`,
         // target: `https://dmu.tubaosoft.com/prod-api/`,
         // target: `https://jingang.tubaosoft.com/prod-api/`,
 
         // target: `https://jingrun.tubaosoft.com/prod-api/`,
+        // target: `https://www.jingruntech.com/prod-api/`,
         // target: `https://ke.khzclogistics.com/prod-api/`,
+        // 凯和正式
         // target: `https://op.khzclogistics.com/prod-api/`,
+        // target: `https://hb.tubaosoft.com/prod-api/`,
         // 华为10M
         // target: `http://121.36.212.131:9010/`,
         // target: `http://121.36.212.131:9020/`,