单位工程下拉查询bug'修改

This commit is contained in:
zzyuan 2024-04-25 09:33:17 +08:00
parent 82e8a6db4a
commit 2313d7baca
7 changed files with 14 additions and 0 deletions

View File

@ -909,6 +909,8 @@
/** 重置按钮操作 */
resetQuery() {
this.dateRange = []
this.queryParams.backUnit = ''
this.queryParams.backPro = ''
this.queryParams.keyword = ''
this.resetForm('queryForm')
this.$refs.mychildSon.inputValue = ''

View File

@ -756,6 +756,8 @@
resetQuery() {
this.queryParams.type = ''
this.dateRange = []
this.queryParams.backUnit = ''
this.queryParams.backPro = ''
this.resetForm('queryForm')
this.$refs.mychildSon.inputValue = ''
this.handleQuery()

View File

@ -964,6 +964,8 @@
/** 重置按钮操作 */
resetQuery() {
this.dateRange = []
this.queryParams.backUnit = ''
this.queryParams.backPro = ''
this.resetForm('queryForm')
this.$refs.mychildSon.inputValue = ''
this.queryParams.type = ''

View File

@ -191,6 +191,8 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.dateRange = [];
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm("queryForm");
this.handleQuery();
},

View File

@ -235,6 +235,8 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.dateRange = [];
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm("queryForm");
this.handleQuery();
},

View File

@ -211,6 +211,8 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.dateRange = []
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm('queryForm')
this.getUnitList()
this.getProList()

View File

@ -238,6 +238,8 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.dateRange = [];
this.queryParams.unitId = ''
this.queryParams.proId = ''
this.resetForm("queryForm");
this.handleQuery();
},