认证-参数项收集-bug修改

This commit is contained in:
liyawei
2022-12-08 16:43:58 +08:00
parent 333a2d1a98
commit aaeb47a27a
8 changed files with 16 additions and 7 deletions
@@ -354,6 +354,7 @@
:footer="null">
<parameter-column v-if='parametercolumn' @drawerhandleCancel='drawerhandleCancel'
@GetgetTableList='GetgetTableList'
@GetgetHeader='GetgetHeader'
:templateTitle='templatetitle'
:selectedRowKeyS='selectedRowKeys' :rowId='rowId' :version='version' :url='url'
:projectId='this.$route.query.parentId ? this.$route.query.parentId : this.$route.query.id'>
@@ -845,6 +846,9 @@
GetgetTableList() {
this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
},
GetgetHeader(){
this.$refs.CollectionTabel.getHeader()
},
// 错误数据的弹框
cancleoperationFailed() {
this.selectedRowKeysValue = []