修改bug 55862 提问界面,提问数据,查询没有重置刷新,应该提问完问题再次进来是所有的标准继续选择

This commit is contained in:
hanshaozhuang
2022-06-20 15:47:57 +08:00
parent 81f2933763
commit bc543fe838
@@ -1843,6 +1843,16 @@ export default {
this.activeType = this.standType
this.searchBtn()
this.queSearch()
this.handleSelectForm.lawNumber = ''
this.handleSelectForm.textStatus = ''
this.handleSelectForm.isRelateAccess = ''
this.handleSelectForm.standNumber = ''
this.handleSelectForm.lawsNumber = ''
this.handleSelectForm.standCode = ''
//清空标准名称/政策名称的查询
this.handleSelectForm.lawName = ''
this.handleSelectForm.standName = ''
this.handleSelectForm.numberName = ''
}, e => {
})