feat: 🚀 修复bug
This commit is contained in:
@@ -167,6 +167,11 @@ const getProductCategoryUpdate = async () => {
|
||||
dataStore.visible = false;
|
||||
resetFrom();
|
||||
getProductCategoryList();
|
||||
console.log("走的进来吗");
|
||||
} else {
|
||||
dataStore.ruleForm.related_tco_category = dataStore.ruleForm.related_tco_category
|
||||
.split(",")
|
||||
.map((item: any) => Number(item));
|
||||
}
|
||||
};
|
||||
//产品详情
|
||||
|
||||
Reference in New Issue
Block a user