Commit 3ddae7e7 authored by wuchun's avatar wuchun

提交代码

parent 835f34bc
...@@ -820,7 +820,7 @@ ...@@ -820,7 +820,7 @@
}, err => {}) }, err => {})
}, },
getLineList() { getLineList() {
this.apipost("line_post_GetAllList", {}, res => { this.apipost("line_post_GetList", {LineDirection: 2}, res => {//
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.queryCommonData.LineList = res.data.data; this.queryCommonData.LineList = res.data.data;
this.queryCommonData.PlaceList = [] this.queryCommonData.PlaceList = []
...@@ -1234,7 +1234,7 @@ ...@@ -1234,7 +1234,7 @@
} }
var userInfo = this.getLocalStorage(); var userInfo = this.getLocalStorage();
if (userInfo.RB_Group_id == this.QjGroupId()) { if (userInfo.RB_Group_id == this.QjGroupId()) {
this.msg.LineId = 14; // this.msg.LineId = 14;
} }
this.getLineList(); this.getLineList();
......
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