Commit 5d34ced9 authored by 黄奎's avatar 黄奎

页面修改

parent 59bfd7bb
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -524,7 +524,6 @@ ...@@ -524,7 +524,6 @@
}, },
}, },
mounted() { mounted() {
console.log('this.router', this.$route, this.$router)
if(this.$route.path === '/productOrderList') { if(this.$route.path === '/productOrderList') {
this.isVisa = false this.isVisa = false
} else { } else {
......
...@@ -193,7 +193,6 @@ ...@@ -193,7 +193,6 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var tempData = res.data.data; var tempData = res.data.data;
console.log("tempData", tempData);
if (tempData.ID && tempData.ID > 0) { if (tempData.ID && tempData.ID > 0) {
this.postData.ID = tempData.ID; this.postData.ID = tempData.ID;
} }
......
...@@ -159,7 +159,6 @@ ...@@ -159,7 +159,6 @@
return currencyNumList return currencyNumList
} }
this.postData.TravelState = type; this.postData.TravelState = type;
// console.log('this.postData', this.postData, this.postData.LineId)
// 线路必填 // 线路必填
if(!this.postData.LineId) { if(!this.postData.LineId) {
this.$message.error('请选择线路') this.$message.error('请选择线路')
......
This diff is collapsed.
...@@ -531,8 +531,7 @@ export default { ...@@ -531,8 +531,7 @@ export default {
settStartDates() { settStartDates() {
let date = moment().format('yyyy-MM-DD') let date = moment().format('yyyy-MM-DD')
let start = moment().subtract(1, 'months').format('yyyy-MM-DD') let start = moment().subtract(1, 'months').format('yyyy-MM-DD')
this.msg.tStartDates = [start, date] this.msg.tStartDates = [start, date]
console.log('settStartDates',date,start)
}, },
handleClick(tab, event) { handleClick(tab, event) {
this.msg.EnterID = 0; this.msg.EnterID = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment