diff --git a/src/views/hidden/list/components/list.vue b/src/views/hidden/list/components/list.vue index f726969..9e8d3d5 100644 --- a/src/views/hidden/list/components/list.vue +++ b/src/views/hidden/list/components/list.vue @@ -360,25 +360,26 @@ export default { }, // 重置 goKeyReset() { - this.KEYWORDS = '' - this.STATE = '' - this.SOURCE = '' - this.RECTIFICATIONORNAME = '' - this.HIDDENFIND_NAME = '' - this.CHECKNAME = '' - this.confirmUserName = '' - this.keyFindUserDept = '' - this.keyHiddenPart = '' - this.DEPARTMENT_ID = '' - this.dates = [] - this.DISPOSESTATE = '' - this.ISQUALIFIED = '' - this.$refs.deptTree_Select3.clearHandle() - this.$refs.deptTree_Select.clearHandle() - this.$refs.hlTree_Select.clearHandle() - this.HIDDENLEVEL = '' - this.$refs.hiddenPart_Select.clearHandle() - this.getQuery() + // this.KEYWORDS = '' + // this.STATE = '' + // this.SOURCE = '' + // this.RECTIFICATIONORNAME = '' + // this.HIDDENFIND_NAME = '' + // this.CHECKNAME = '' + // this.confirmUserName = '' + // this.keyFindUserDept = '' + // this.keyHiddenPart = '' + // this.DEPARTMENT_ID = '' + // this.dates = [] + // this.DISPOSESTATE = '' + // this.ISQUALIFIED = '' + // this.$refs.deptTree_Select3.clearHandle() + // this.$refs.deptTree_Select.clearHandle() + // this.$refs.hlTree_Select.clearHandle() + // this.HIDDENLEVEL = '' + // this.$refs.hiddenPart_Select.clearHandle() + this.$refs.multipleTable.clearSelection() + this.getList() }, // 获得部门树 getTreeData1() { diff --git a/src/views/hiddenApi/publicMethod/list.vue b/src/views/hiddenApi/publicMethod/list.vue index 69550db..7aa062f 100644 --- a/src/views/hiddenApi/publicMethod/list.vue +++ b/src/views/hiddenApi/publicMethod/list.vue @@ -186,7 +186,7 @@ - +