Commit aa6b876b authored by 黄奎's avatar 黄奎

页面修改

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