Commit c407dd2c authored by youjie's avatar youjie

no message

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