update 订单详情-窑车载砖

This commit is contained in:
lb
2023-04-11 14:15:49 +08:00
parent 351720ffc1
commit 578ae3d112
5 changed files with 36 additions and 25 deletions

View File

@@ -81,7 +81,7 @@ export default {
totalPage: 0,
dataList: [],
tableLoading: false,
refreshLayoutKey: "",
refreshLayoutKey: 0,
id: null,
showPaination: false,
};
@@ -110,7 +110,6 @@ export default {
}
this.showPaination = false;
this.id = id;
this.tableLoading = true;
this.getList();
},