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