fix: lint

This commit is contained in:
xingyu4j
2025-11-04 17:50:03 +08:00
parent b9b131296b
commit 689d4cd2a1
7 changed files with 7 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ import { message } from 'ant-design-vue';
import { useVbenForm } from '#/adapter/form';
import { updateOrderRemark } from '#/api/mall/trade/order';
import { $t } from '#/locales';
import { useRemarkFormSchema } from '../data';
const emit = defineEmits(['success']);