This commit is contained in:
yanran200730
2022-10-14 10:05:38 +08:00
parent e02fcd6a08
commit 54f1356756

View File

@@ -73,12 +73,6 @@
this.component = 'List'
this.params = data.params
this.isShowDetail = false
this.$nextTick(() => {
if (data.isRefresh) {
this.$refs.component.getList()
}
})
}
}
}