|
@@ -164,7 +164,7 @@ export default {
|
|
|
methods: {
|
|
|
//团组下拉框
|
|
|
DelegationSelectFun() {
|
|
|
- var url = "/api/Groups/GetGroupNameList"
|
|
|
+ var url = "/api/Business/GetGroupNameList"
|
|
|
var that = this
|
|
|
this.$axios({
|
|
|
method: 'post',
|
|
@@ -183,9 +183,7 @@ export default {
|
|
|
that.QueryTicketBlackCodeById()
|
|
|
}
|
|
|
|
|
|
- }).catch(function (error) {
|
|
|
- that.$message.error("网络错误,请稍后重试");
|
|
|
- });
|
|
|
+ })
|
|
|
},
|
|
|
QueryTicketBlackCodeById() {
|
|
|
debugger
|
|
@@ -220,9 +218,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- }).catch(function (error) {
|
|
|
- that.$message.error("网络错误,请稍后重试");
|
|
|
- });
|
|
|
+ })
|
|
|
},
|
|
|
//团组下拉框选择事件
|
|
|
AirTicketResChange() {
|