feat:【ele】【crm】contract 的迁移完成(list、detail、form)

This commit is contained in:
YunaiV
2025-11-18 19:27:31 +08:00
parent abfbb851cb
commit 666d932968
8 changed files with 20 additions and 20 deletions

View File

@@ -126,10 +126,8 @@ watch(
},
);
/** 产品下拉选项 */
const productOptions = ref<CrmProductApi.Product[]>([]);
/** 初始化 */
const productOptions = ref<CrmProductApi.Product[]>([]); // 产品下拉选项
onMounted(async () => {
productOptions.value = await getProductSimpleList();
});