|
@ -524,6 +524,10 @@ |
|
|
type: 'warning' |
|
|
type: 'warning' |
|
|
}).then(() => { |
|
|
}).then(() => { |
|
|
this.moreListData.filters.splice(val, 1) |
|
|
this.moreListData.filters.splice(val, 1) |
|
|
|
|
|
this.$nextTick(()=>{ |
|
|
|
|
|
this.componentsHeight = this.getAllSearchInnerHeight() + 20 |
|
|
|
|
|
this.$parent.changeTableHeight(this.getAllSearchInnerHeight()) |
|
|
|
|
|
}) |
|
|
}).catch(() => { |
|
|
}).catch(() => { |
|
|
// this.modalAppendToBody = false |
|
|
// this.modalAppendToBody = false |
|
|
}); |
|
|
}); |
|
|