| | |
| | | update, getPage |
| | | } from "@/api/omd/OmdAttribute"; |
| | | |
| | | import { getDictionary } from "@/api/omd/dict"; |
| | | import { getDictionary } from "@/api/omd/enum"; |
| | | |
| | | export default { |
| | | name: "original", |
| | |
| | | index: true, |
| | | rowKey: 'id', |
| | | tabs: true, |
| | | highlightCurrentRow:true, |
| | | column: [ |
| | | { |
| | | label: '属性编号', |
| | | prop: 'key', |
| | | align: 'left', |
| | | display: false |
| | | display: false, |
| | | width: 200 |
| | | }, { |
| | | label: '属性名称', |
| | | prop: 'label', |
| | |
| | | this.loading = false; |
| | | this.data = res.data.data.records |
| | | this.itemData = this.data[0]; |
| | | this.$nextTick(() => { |
| | | this.$refs.crud.setCurrentRow(this.data[0]); |
| | | }) |
| | | }) |
| | | }, |
| | | rowClick(row) { |