Commit 11f0052b authored by zhengke's avatar zhengke

修改接口参数

parent fabb8dbb
......@@ -2086,7 +2086,7 @@ export default {
if(BranchStatus==-2){
BranchStatus = -1;
this.shujuType = true;
this.apipost("line_post_GetList", {}, res => {
this.apipost("line_post_GetList", {'LineDirection':2}, res => {
if (res.data.resultCode == 1) {
this.LineList = res.data.data;
} else {
......
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