@@ -1132,6 +1132,7 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
+ this.queryParams.createTime = null;
this.resetForm("queryForm");
this.queryParams.corpId= this.myQwCompanyList[0].dictValue
getQwAllUserList(this.queryParams.corpId).then(response => {