feat(wms): 优化 md unit 的迁移代码(优化代码)
parent
b35ce18c6e
commit
f02a5975b8
|
|
@ -18,8 +18,6 @@ import { $t } from '#/locales';
|
|||
import { useGridColumns, useGridFormSchema } from './data';
|
||||
import Form from './modules/form.vue';
|
||||
|
||||
defineOptions({ name: 'MesMdUnitMeasure' });
|
||||
|
||||
const [FormModal, formModalApi] = useVbenModal({
|
||||
connectedComponent: Form,
|
||||
destroyOnClose: true,
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ import { $t } from '#/locales';
|
|||
|
||||
import { useFormSchema } from '../data';
|
||||
|
||||
defineOptions({ name: 'MesMdUnitMeasureForm' });
|
||||
|
||||
const emit = defineEmits(['success']);
|
||||
const formData = ref<MesMdUnitMeasureApi.UnitMeasure>();
|
||||
const getTitle = computed(() => {
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ import { $t } from '#/locales';
|
|||
import { useGridColumns, useGridFormSchema } from './data';
|
||||
import Form from './modules/form.vue';
|
||||
|
||||
defineOptions({ name: 'MesMdUnitMeasure' });
|
||||
|
||||
const [FormModal, formModalApi] = useVbenModal({
|
||||
connectedComponent: Form,
|
||||
destroyOnClose: true,
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ import { $t } from '#/locales';
|
|||
|
||||
import { useFormSchema } from '../data';
|
||||
|
||||
defineOptions({ name: 'MesMdUnitMeasureForm' });
|
||||
|
||||
const emit = defineEmits(['success']);
|
||||
const formData = ref<MesMdUnitMeasureApi.UnitMeasure>();
|
||||
const getTitle = computed(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue