陈少旭 1 month ago
parent
commit
e704f0aef1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/eleFaPiao/settleDetail.vue

+ 1 - 1
src/xt_pages/eleFaPiao/settleDetail.vue View File

@@ -443,7 +443,7 @@ export default {
443 443
         "admin_user_id":this.$store.getters.xt_user.user.id,
444 444
       }
445 445
       var that = this;
446
-      axios.get('http://127.0.0.1:9532/api/bwfapiao/query',{params:params}).then(function(response) {
446
+      axios.get('http://127.0.0.1:9532/api/fapiao/query',{params:params}).then(function(response) {
447 447
         if (response.data.state == 0) {
448 448
           that.$message.error(response.data.data.msg);
449 449
           return false