|
|
@@ -317,6 +317,14 @@ export default {
|
|
|
if (this.typeId === nodeId) {
|
|
|
return
|
|
|
}
|
|
|
+ // 切换树节点时清空搜索条件
|
|
|
+ this.searchParams = {
|
|
|
+ dept: '',
|
|
|
+ submitBy: ''
|
|
|
+ }
|
|
|
+ if (this.$refs.crud) {
|
|
|
+ this.$refs.crud.resetSearch()
|
|
|
+ }
|
|
|
this.addDataCont = { fenLei: nodeData.name, fenLeiId: nodeId }
|
|
|
// 文件控制-纸质运行记录上传页面,无下级菜单且无添加按钮时显示添加按钮(仅对纸质运行记录上传列表生效)
|
|
|
if (this.pageKey === 'ywyxjlsc') {
|