@@ -129,6 +129,8 @@
queryParams: {
pageNum: 1,
pageSize:20,
+ searchValue:"",
+ deptId:"",
},
dataList: [],
total: 0,
@@ -274,10 +276,8 @@
/** 重置按钮操作 */
resetQuery() {
- this.$set(this,'queryParams',{
- searchValue:"",
- deptId:''
- })
+ this.$set(this.queryParams,'searchValue','')
+ this.$set(this.queryParams,'deptId','')
this.handleQuery();
getList() {