Commit aa6b876b authored by 黄奎's avatar 黄奎

页面修改

parent a70a128f
......@@ -281,6 +281,11 @@
methods: {
//线路切换
changeLine() {
var line = this.LineList.find(xItem => xItem.LineID == this.postConfig.LineId);
this.postConfig.IsDirect = 0;
if (line) {
this.postConfig.IsDirect = line.IsDirect;
}
this.getLineTeamList(this.postConfig.LineId, 1);
},
getData() {
......@@ -294,7 +299,7 @@
this.changeTabs()
},
handleClose(index) {
if(this.orderList.length <= 1) {
if (this.orderList.length <= 1) {
return
}
if (this.tabsActive === index) {
......
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