Commit aa083738 authored by qiaoyajun's avatar qiaoyajun

简易报表修改

parent 08c61845
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.RegistrationStatistic .Rs_LtName{ .RegistrationStatistic .Rs_LtName{
text-align:left; text-align:left;
padding-left:20px; padding-left:20px;
} }
.RegistrationStatistic .RS_Nameover{ .RegistrationStatistic .RS_Nameover{
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
...@@ -194,9 +194,9 @@ export default { ...@@ -194,9 +194,9 @@ export default {
}, },
//获取系列列表 //获取系列列表
getLineTeamList() { getLineTeamList() {
this.queryMsg.LineteamId = 0; this.queryMsg.ltID = 0;
let msg = { let msg = {
lineID: this.queryMsg.LineId, lineID: this.queryMsg.LineID,
isTOOP: 1 isTOOP: 1
}; };
this.apipost("team_post_GetList", msg, res => { this.apipost("team_post_GetList", msg, res => {
...@@ -214,7 +214,7 @@ export default { ...@@ -214,7 +214,7 @@ export default {
this.queryCommonData.loading = false; this.queryCommonData.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.DataList = res.data.data; this.DataList = res.data.data;
this.DataList.forEach(item=>{ this.DataList.forEach(item=>{
switch(item.StartCityName){ switch(item.StartCityName){
case '成都': case '成都':
......
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