feat: 🚀 tabs
This commit is contained in:
@@ -190,7 +190,6 @@ const echoData = () => {
|
||||
});
|
||||
|
||||
imgInfoDataStore.skus = newSkus;
|
||||
console.log(imgInfoDataStore, "=imgInfoDataStore=");
|
||||
handleCheckboxChange();
|
||||
};
|
||||
const callEchoDataIfHasValue = () => {
|
||||
|
||||
@@ -48,7 +48,6 @@ export const initDetailParams = (dataStore: any, data: any, editorRef: any) => {
|
||||
editorRef?.value?.clearEditor(); // 调用子组件的清空方法
|
||||
} else {
|
||||
dataStore.detail = data.detail;
|
||||
// console.log(dataStore.detail, "=dataStore.detail=");
|
||||
}
|
||||
|
||||
//图片
|
||||
|
||||
Reference in New Issue
Block a user