[add] 参数项收集清单
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
</div>
|
||||
<a-modal v-model="areaVisible" :title="$t('parameterTemplate')" width='750px' :footer="null">
|
||||
<parameter-template v-if='areaVisible' @areaVisible='handleCancel' :templateTitle='templatetitle'
|
||||
:selectedRowKeyS='selectedRowKeys' :rowId='rowId' :version='version'></parameter-template>
|
||||
:selectedRowKeyS='selectedRowKeys' :rowId='rowId' :version='version' :projectId='this.$route.query.id'></parameter-template>
|
||||
</a-modal>
|
||||
<configure ref="configureRef" :url='url' :itemId='itemId'/>
|
||||
</a-card>
|
||||
|
||||
Reference in New Issue
Block a user