Commit bbc6cd72 authored by liudong1993's avatar liudong1993

1

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