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