Commit c407dd2c authored by youjie's avatar youjie

no message

parent ebc03e75
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<table style="margin-bottom:30px" class="singeRowTable" border="0" cellspacing="0" cellpadding="0" <table style="margin-bottom:30px" class="singeRowTable" border="0" cellspacing="0" cellpadding="0"
v-loading="loading"> v-loading="loading">
<tr> <tr>
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
}, },
err => {} err => {}
) )
} }
}); });
}, },
getEmployeeList() { getEmployeeList() {
...@@ -434,8 +434,8 @@ ...@@ -434,8 +434,8 @@
) )
}, },
getLineList() { getLineList() {
this.apipost("line_post_GetAllList_V2", { this.apipost("line_post_GetAllList_V3", {
LineDirection: 0 IsShow: -1 //LineDirection: 0
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.LineList = res.data.data; this.LineList = res.data.data;
......
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