|
@@ -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
|