feat: 🚀 图片排序
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user