陈少旭 il y a 3 semaines
Parent
révision
656d41bb47
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/xt_pages/eleFaPiao/settleDetail.vue

+ 1 - 1
src/xt_pages/eleFaPiao/settleDetail.vue Voir le fichier

@@ -1036,7 +1036,7 @@ export default {
1036 1036
       var that = this;
1037 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 1040
         if (response.data.state == 0) {
1041 1041
           this.isbatchloading = false
1042 1042