feat: crm detail
This commit is contained in:
@@ -21,8 +21,6 @@ import { $t } from '#/locales';
|
||||
import { useGridColumns } from './data';
|
||||
import Form from './permission-form.vue';
|
||||
|
||||
defineOptions({ name: 'CrmPermissionList' });
|
||||
|
||||
const props = defineProps<{
|
||||
bizId: number; // 模块数据编号
|
||||
bizType: number; // 模块类型
|
||||
|
||||
@@ -18,8 +18,6 @@ import { $t } from '#/locales';
|
||||
|
||||
import { useTransferFormSchema } from './data';
|
||||
|
||||
defineOptions({ name: 'CrmTransferForm' });
|
||||
|
||||
const emit = defineEmits(['success']);
|
||||
|
||||
const bizType = defineModel<number>('bizType');
|
||||
|
||||
Reference in New Issue
Block a user