"src/vscode:/vscode.git/clone" did not exist on "70d83994c68da61d4a91ca8218bf54c72ef235f7"
Commit f1a1ee7e authored by sgjj's avatar sgjj
Browse files

添加自定义模型

parent ad7d5402
......@@ -180,6 +180,7 @@
if (!res.result||res.data.total <= 0) {
that.emptyText = '暂无数据'
that.dataList = [];
that.total = 0;
} else {
that.emptyText = '';
that.total = res.data.total;
......
Supports Markdown
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