|
|
@@ -14,8 +14,8 @@ export default {
|
|
|
created () {
|
|
|
getIp()
|
|
|
// 获取打印模板
|
|
|
- this.getReceiptPrintModel()
|
|
|
- this.getTicketPrintModelList()
|
|
|
+ // this.getReceiptPrintModel()
|
|
|
+ // this.getTicketPrintModelList()
|
|
|
|
|
|
this.$store.dispatch('setTravelAgencyType')
|
|
|
|
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
|
|
|
this.$store.dispatch('getSystemConfigList')
|
|
|
// 获取旅行社列表
|
|
|
- this.$store.dispatch('getAgencyList')
|
|
|
+ // this.$store.dispatch('getAgencyList')
|
|
|
// 获取景点列表
|
|
|
this.$store.dispatch('getScenicList')
|
|
|
// 获取账号信息
|