| | |
| | | ref="FormTemplateDialog"
|
| | | type="detail"
|
| | | :visible.sync="formTemplateVisible"
|
| | | :templateOid="this.resembleTemplateOid"
|
| | | :templateOid="resembleTemplateOid"
|
| | | :rowOid="rowOid"
|
| | | title="查看详细信息"
|
| | | :codeClassifyOid="this.resembleCodeClassifyOid"
|
| | |
| | | },
|
| | |
|
| | | openFormTemlpate(row) {
|
| | | this.codetemplateoid = row.codetemplateoid;
|
| | | this.rowOid = row.iod
|
| | | this.resembleTemplateOid = row.codetemplateoid
|
| | | this.resembleCodeClassifyOid = row.codeClassifyOid
|
| | | this.rowOid = row.oid
|
| | | this.formTemplateVisible = true;
|
| | | },
|
| | | getDefaultValueAndFormValues(form) {
|