| | |
| | | @refreshDataList="table.query" |
| | | @setProjectInfo="openAddWin"> |
| | | </ProjectSelect> |
| | | <Preview ref="view" :pageMarkerfun="ConfigAuditReport"></Preview> |
| | | </zt-table-wraper> |
| | | </div> |
| | | </el-card> |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | ConfigAuditReport:'ConfigAuditReport', |
| | | dataForm: { |
| | | code: '', |
| | | softwareIdentity: '', |
| | |
| | | }, |
| | | components: { |
| | | AddOrUpdate, |
| | | ProjectSelect |
| | | ProjectSelect, |
| | | Preview |
| | | }, |
| | | methods:{ |
| | | add() { |
| | |
| | | // this.$refs.addOrUpdate.$refs.dialog.init(null, {id: null, projectId: row.id}) |
| | | this.$refs.addOrUpdate.$refs.dialog.init(null, {id: null, projectId: row.id}) |
| | | }, |
| | | preview(row){ |
| | | this.$refs.view.openAccessoryFormatSingle(row) |
| | | } |
| | | } |
| | | } |
| | | </script> |