Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
a0049873 2022-07-15 11:34:41 +08:00
commit 09cf87a7a0
1 changed files with 3 additions and 2 deletions

View File

@ -221,7 +221,7 @@ export default {
} }
}, },
operationType (val) { operationType (val) {
if (val !== 'all') { if (val !== 'all' && val !== '') {
this.dataForm.operationType = val this.dataForm.operationType = val
} }
} }
@ -245,6 +245,7 @@ export default {
// //
resetFunction () { resetFunction () {
this.operationType = '' //
const params = { const params = {
status: '', status: '',
creatorName: '', creatorName: '',
@ -254,10 +255,10 @@ export default {
operationType: 'all' operationType: 'all'
} }
this.value1 = '' // this.value1 = '' //
this.operationType = '' //
this.page = 1 this.page = 1
this.limit = 10 this.limit = 10
this.dataForm = params this.dataForm = params
console.log('this.dataForm', this.dataForm)
this.getDataList() // this.getDataList() //
}, },
// //