|
|
|
@ -3,6 +3,7 @@ import { Vtape, Label, Absolute, Img } from 'ui';
|
|
|
|
|
import { DatebaseTypeModel, DatebaseTypeModelXtype } from './database_type.model'; |
|
|
|
|
import { ImgPrefix, PluginImgPrefix } from '@constants/env'; |
|
|
|
|
import './database_type.less'; |
|
|
|
|
import { PAGE_INDEX } from '@constants/constant'; |
|
|
|
|
|
|
|
|
|
export const DatebaseTypeXtype = 'dec.dcm.datebase.type'; |
|
|
|
|
@shortcut(DatebaseTypeXtype) |
|
|
|
@ -66,6 +67,7 @@ export class DatebaseType extends BI.BasicButton {
|
|
|
|
|
doClick() { |
|
|
|
|
const { value } = this.options; |
|
|
|
|
this.store.setDatebaseTypeSelected(value); |
|
|
|
|
this.store.setPageIndex(PAGE_INDEX.MAINTAIN); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
mounted() { |
|
|
|
|