|
@@ -114,16 +114,8 @@ export default {
|
|
},
|
|
},
|
|
// 选择抬头
|
|
// 选择抬头
|
|
chooseHeader(item, index) {
|
|
chooseHeader(item, index) {
|
|
- console.log(178, item, index);
|
|
|
|
this.current = index;
|
|
this.current = index;
|
|
if (!this.ids || !this.ids.length) return false;
|
|
if (!this.ids || !this.ids.length) return false;
|
|
- // const pages = getCurrentPages();
|
|
|
|
- // const prePage = pages[pages.length - 2];
|
|
|
|
- // const options = {
|
|
|
|
- // header: this.list[index] || {},
|
|
|
|
- // };
|
|
|
|
- // prePage.$vm.pageOptions = options;
|
|
|
|
- // this.$router.back();
|
|
|
|
this.$router.replace({
|
|
this.$router.replace({
|
|
path:
|
|
path:
|
|
'parkingApplication',
|
|
'parkingApplication',
|
|
@@ -135,6 +127,9 @@ export default {
|
|
invoiceId: this.$route.query?.invoiceId
|
|
invoiceId: this.$route.query?.invoiceId
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ this.$router.go(-1)
|
|
|
|
+ }, 300)
|
|
},
|
|
},
|
|
// 查询全部抬头列表信息
|
|
// 查询全部抬头列表信息
|
|
getInvoiceTitle: async function() {
|
|
getInvoiceTitle: async function() {
|