Commit 281f4154 authored by zhengke's avatar zhengke

修改样式

parent e54e0a45
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
} }
.TPsecondTitle { .TPsecondTitle {
display: inline-block; display: inline-block;
margin: 12px 0 0 0; margin: 18px 0 0 0;
width: 50px; width: 50px;
text-align: right; text-align: right;
} }
......
...@@ -582,7 +582,7 @@ export default { ...@@ -582,7 +582,7 @@ export default {
lineShortName: "", lineShortName: "",
IsShare: 0, IsShare: 0,
Is_PacketGroup: 0, Is_PacketGroup: 0,
LineDirection:'', LineDirection:2,
}, },
departCompany: "", departCompany: "",
departDepartment: "", departDepartment: "",
...@@ -636,7 +636,6 @@ export default { ...@@ -636,7 +636,6 @@ export default {
this.total = res.data.data.count; this.total = res.data.data.count;
this.noData = !this.total > 0; this.noData = !this.total > 0;
this.DataList = data; this.DataList = data;
console.log(this.DataList,'datalist');
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
...@@ -708,7 +707,6 @@ export default { ...@@ -708,7 +707,6 @@ export default {
this.lineCountryArr = []; this.lineCountryArr = [];
var getInfo = this.DataList[index]; var getInfo = this.DataList[index];
console.log(getInfo)
this.addMsg.lineName = getInfo.lineName; this.addMsg.lineName = getInfo.lineName;
this.addMsg.lineCode = getInfo.lineCode; this.addMsg.lineCode = getInfo.lineCode;
this.addMsg.lineShortName = getInfo.lineShortName; this.addMsg.lineShortName = getInfo.lineShortName;
...@@ -875,6 +873,7 @@ export default { ...@@ -875,6 +873,7 @@ export default {
IsShare: 0, IsShare: 0,
lineCountryList: [], lineCountryList: [],
Is_PacketGroup: 0, Is_PacketGroup: 0,
LineDirection:2,
}; };
this.lineCountryArr = []; this.lineCountryArr = [];
}, },
......
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