|
@@ -304,7 +304,6 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
- this.toastLoading(0, '加载中...', true);
|
|
|
|
// 授权
|
|
// 授权
|
|
getTicketFun()
|
|
getTicketFun()
|
|
.then(() => {
|
|
.then(() => {
|
|
@@ -312,6 +311,7 @@ export default {
|
|
getPosition()
|
|
getPosition()
|
|
.then((res) => {
|
|
.then((res) => {
|
|
let { TXisBD } = res;
|
|
let { TXisBD } = res;
|
|
|
|
+ this.toastLoading(0, '加载中...', true);
|
|
this.getList(TXisBD);
|
|
this.getList(TXisBD);
|
|
})
|
|
})
|
|
.catch((error) => {
|
|
.catch((error) => {
|