forked from xxhjsb/hbt-prevention-ui
fix:修复清空会清空tab的问题
parent
59a15471df
commit
a4abc3b47a
|
@ -818,6 +818,7 @@ export default class HiddenDangerManagerComponent extends BaseRecordComponent<an
|
||||||
// 重置数据
|
// 重置数据
|
||||||
public reset(){
|
public reset(){
|
||||||
this.params = {
|
this.params = {
|
||||||
|
type:this.params.type
|
||||||
pageNum:1,
|
pageNum:1,
|
||||||
pageSize:20,
|
pageSize:20,
|
||||||
} as any;
|
} as any;
|
||||||
|
|
Loading…
Reference in New Issue