update
This commit is contained in:
@@ -148,7 +148,7 @@ export default {
|
||||
|
||||
this.tableLoading = false;
|
||||
if (res.code == 0) {
|
||||
this.dataList = res.data;
|
||||
this.dataList = res.data.list;
|
||||
} else {
|
||||
this.$message.error(res.msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user