Procházet zdrojové kódy

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 před 2 týdny
rodič
revize
7ae426e9bc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/xt_pages/eleFaPiao/settleDetail.vue

+ 2 - 2
src/xt_pages/eleFaPiao/settleDetail.vue Zobrazit soubor

842
       }
842
       }
843
 
843
 
844
       var that = this;
844
       var that = this;
845
-      axios.get('http://127.0.0.1:9531/api/bwfapiao/red',{params:params}).then(function(response) {
845
+      axios.get('http://127.0.0.1:9532/api/bwfapiao/red',{params:params}).then(function(response) {
846
         if (response.data.state == 0) {
846
         if (response.data.state == 0) {
847
           that.red_loading = false
847
           that.red_loading = false
848
 
848
 
1036
       var that = this;
1036
       var that = this;
1037
       that.isbatchloading = true
1037
       that.isbatchloading = true
1038
 
1038
 
1039
-      axios.get('http://127.0.0.1:9531/api/bwfapiao/batchopen',{params:params}).then(function(response) {
1039
+      axios.get('http://127.0.0.1:9532/api/bwfapiao/batchopen',{params:params}).then(function(response) {
1040
         if (response.data.state == 0) {
1040
         if (response.data.state == 0) {
1041
           this.isbatchloading = false
1041
           this.isbatchloading = false
1042
 
1042