Commit 434f34bd authored by youjie's avatar youjie

no message

parent 7a56c4a2
......@@ -457,7 +457,7 @@
}
this.getLineList();//线路
this.Employee(); //业务员
this.getSummaryData()
this.GetOrderTypeEnumList(); //订单状态枚举
let $this = this;
this.MsgBus.$on("closeGetList", function() {
......@@ -574,6 +574,7 @@
this.msg,
(res) => {
if (res.data.resultCode == 1) {
this.getSummaryData()
let data = res.data.data.pageData;
this.dataList = data;
this.total = res.data.data.count;
......
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