bug
This commit is contained in:
@@ -140,8 +140,8 @@ export default {
|
||||
getDataList() {
|
||||
this.dataListLoading = true;
|
||||
this.urlOptions.getDataListURL(this.listQuery).then(response => {
|
||||
// this.tableData = response.data.list;
|
||||
this.getStatus(response.data.list)
|
||||
this.tableData = response.data.list;
|
||||
// this.getStatus(response.data.list)
|
||||
this.listQuery.total = response.data.total;
|
||||
this.dataListLoading = false;
|
||||
});
|
||||
@@ -150,6 +150,7 @@ export default {
|
||||
const ids = list.map((i) => {
|
||||
return i.id;
|
||||
});
|
||||
console.log('111', ids)
|
||||
getStatus(ids).then((response) => {
|
||||
response.forEach((a) => {
|
||||
list.forEach((b) => {
|
||||
|
||||
Reference in New Issue
Block a user