优化二级库表单重置bug
This commit is contained in:
parent
88ac035ed7
commit
0634f707d1
|
|
@ -430,7 +430,8 @@ export default {
|
||||||
this.handleQuery()
|
this.handleQuery()
|
||||||
},
|
},
|
||||||
resetDialogQuery() {
|
resetDialogQuery() {
|
||||||
this.resetForm('dialogQuery')
|
// this.resetForm('dialogQuery')
|
||||||
|
this.dialogQuery.startTime = ''
|
||||||
this.handleDialogQuery()
|
this.handleDialogQuery()
|
||||||
},
|
},
|
||||||
// 多选框选中数据
|
// 多选框选中数据
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue