|
@@ -100,6 +100,7 @@ export default {
|
|
|
pageSize:20,
|
|
|
searchValue:'',
|
|
|
riskAttribute:'',
|
|
|
+ deptId:'',
|
|
|
},
|
|
|
form:{
|
|
|
tagCode:'',
|
|
@@ -155,6 +156,7 @@ export default {
|
|
|
resetQuery() {
|
|
|
this.queryParams.searchValue = "";
|
|
|
this.queryParams.riskAttribute = "";
|
|
|
+ this.queryParams.deptId = "";
|
|
|
this.handleQuery();
|
|
|
},
|
|
|
getList(){
|