单位工程下拉查询bug'修改
This commit is contained in:
parent
82e8a6db4a
commit
2313d7baca
|
|
@ -909,6 +909,8 @@
|
|||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.dateRange = []
|
||||
this.queryParams.backUnit = ''
|
||||
this.queryParams.backPro = ''
|
||||
this.queryParams.keyword = ''
|
||||
this.resetForm('queryForm')
|
||||
this.$refs.mychildSon.inputValue = ''
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -964,6 +964,8 @@
|
|||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.dateRange = []
|
||||
this.queryParams.backUnit = ''
|
||||
this.queryParams.backPro = ''
|
||||
this.resetForm('queryForm')
|
||||
this.$refs.mychildSon.inputValue = ''
|
||||
this.queryParams.type = ''
|
||||
|
|
|
|||
|
|
@ -191,6 +191,8 @@ export default {
|
|||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.dateRange = [];
|
||||
this.queryParams.unitId = ''
|
||||
this.queryParams.proId = ''
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
},
|
||||
|
|
|
|||
|
|
@ -235,6 +235,8 @@ export default {
|
|||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.dateRange = [];
|
||||
this.queryParams.unitId = ''
|
||||
this.queryParams.proId = ''
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
},
|
||||
|
|
|
|||
|
|
@ -211,6 +211,8 @@ export default {
|
|||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.dateRange = []
|
||||
this.queryParams.unitId = ''
|
||||
this.queryParams.proId = ''
|
||||
this.resetForm('queryForm')
|
||||
this.getUnitList()
|
||||
this.getProList()
|
||||
|
|
|
|||
|
|
@ -238,6 +238,8 @@ export default {
|
|||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.dateRange = [];
|
||||
this.queryParams.unitId = ''
|
||||
this.queryParams.proId = ''
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue