Commit aa083738 authored by qiaoyajun's avatar qiaoyajun

简易报表修改

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