feat: 🚀 图片排序

This commit is contained in:
2025-07-17 15:51:07 +08:00
parent e2261c5fc4
commit fd0aaee998
4 changed files with 6 additions and 7 deletions

View File

@@ -40,11 +40,10 @@ export const initDetailParams = (dataStore: any, data: any, editorRef: any) => {
stock_qty: data.stock_qty,
id: data.id
});
console.log(dataStore.basicInfoRuleForm, "= dataStore.basicInfoRuleForm=");
//详情
if (!data.detail) {
dataStore.detail = "";
editorRef.value.clearEditor(); // 调用子组件的清空方法
editorRef?.value?.clearEditor(); // 调用子组件的清空方法
} else {
dataStore.detail = cloneDeep(data.detail);
}