Commit f8177771 by 陈羽

update: bugfix

parent ec981e8c
...@@ -143,6 +143,7 @@ export default { ...@@ -143,6 +143,7 @@ export default {
this.total = resData.result.totalCount || 0; this.total = resData.result.totalCount || 0;
return false; return false;
} }
that.tableData = [];
errMsg.errorMsg(resData); errMsg.errorMsg(resData);
}) })
.catch(function(error) { .catch(function(error) {
......
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