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