Commit f07c0404 authored by 沈良进's avatar 沈良进

save

parent 9e07547b
......@@ -640,6 +640,10 @@
this.queryMsg.loading = false;
if (res.data.resultCode == 1) {
this.queryDataObj.dataList = res.data.data.pageData;
if(!this.queryDataObj.dataList.length) {
this.queryMsg.noData = true} else {
this.queryMsg.noData = false
}
this.queryMsg.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