修改bug
This commit is contained in:
@@ -36,7 +36,7 @@ const tableProps = [
|
||||
align:'center',
|
||||
},
|
||||
{
|
||||
prop: 'maintainResult',
|
||||
prop: 'checkResult',
|
||||
label: '默认巡检结果',
|
||||
align: 'center',
|
||||
},
|
||||
@@ -102,7 +102,8 @@ export default {
|
||||
getDataList(id) {
|
||||
this.dataListLoading = true;
|
||||
this.queryParams.equipmentTypeId = id
|
||||
this.urlOptions.getDataListURL(this.listQuery).then(response => {
|
||||
console.log(id);
|
||||
this.urlOptions.getDataListURL(this.queryParams).then(response => {
|
||||
this.tableData = response.data.list;
|
||||
this.listQuery.total = response.data.total;
|
||||
this.dataListLoading = false
|
||||
|
||||
Reference in New Issue
Block a user