Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
09cf87a7a0
|
@ -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() // 重置完调用查询方法
|
||||
},
|
||||
// 序号
|
||||
|
|
Loading…
Reference in New Issue