This commit is contained in:
‘937886381’
2025-01-03 09:55:08 +08:00
parent 5dd299e549
commit f26d7abc64
6 changed files with 19 additions and 14 deletions

View File

@@ -100,9 +100,10 @@ export default {
// console.log(this.tableData)
},
getDataList(id) {
console.log(id)
this.dataListLoading = true;
this.queryParams.equipmentTypeId = id
console.log(id);
console.log(this.queryParams.equipmentTypeId)
this.urlOptions.getDataListURL(this.queryParams).then(response => {
this.tableData = response.data.list;
this.listQuery.total = response.data.total;