| | |
| | | <el-button type="primary" @click="saveHandler">确 定</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | <clone-dialog ref="cloneDialog"></clone-dialog> |
| | | <clone-dialog ref="cloneDialog" :fromOid="fromOid" :sourceOId="sourceOId" type="tabPage" paramsType="ui"></clone-dialog> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | components:{bottomTable,cloneDialog}, |
| | | data() { |
| | | return { |
| | | fromOid:'', |
| | | sourceOId:'', |
| | | uiDefineOid:'', |
| | | areaType: '', |
| | | tableLoading: false, |
| | |
| | | }); |
| | | }, |
| | | rowCloneHandler(row) { |
| | | this.fromOid = this.uiDefineData.plOId; |
| | | this.sourceOId = row.plOId; |
| | | this.$refs.cloneDialog.openDialog(row); |
| | | }, |
| | | } |