fix(erp-frontend-vue): resolve TypeScript build errors (duplicate ids, unused vars, null guards, type mismatches)
Made-with: Cursor
This commit is contained in:
@@ -407,7 +407,6 @@ const isReadonly = computed(() => mode.value === 'view' || form.status === 'APPR
|
||||
|
||||
const collapsed = ref(false)
|
||||
const saveLoading = ref(false)
|
||||
const formRef = ref()
|
||||
|
||||
const form = reactive<any>({
|
||||
bomId: undefined,
|
||||
|
||||
Reference in New Issue
Block a user