[update] 解决搜索条件年代号清空去不掉,企标详情完善
This commit is contained in:
@@ -126,7 +126,11 @@ export default {
|
||||
return moment(this).format(fm)
|
||||
}
|
||||
if (!val) {
|
||||
this.momVal = null
|
||||
if (this.showType === 'year') {
|
||||
this.year = null
|
||||
} else {
|
||||
this.momVal = null
|
||||
}
|
||||
} else {
|
||||
if (this.showType === 'year') {
|
||||
this.year = val
|
||||
|
||||
Reference in New Issue
Block a user