Commit fbc66830 authored by 黄奎's avatar 黄奎

购物店下拉框初始化

parent 767c3f37
......@@ -284,7 +284,6 @@
this.loading = true
this.apipost('dmcstatistics_post_GetUniteCombinationNumService', this.msg, res => {
this.loading = false
console.log("dmcstatistics_post_GetUniteCombinationNumService", res.data.data);
if (res.data.resultCode == 1) {
this.msg.total = res.data.data.count;
let data = res.data.data.pageData.data;
......@@ -312,6 +311,7 @@
"-" +
myDate.getDate();
this.msg.StartDate = nowDate;
this.getLineTeamList();
this.getList()
},
}
......
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