修改
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user