feat: 🚀 修复bug

This commit is contained in:
2025-12-22 09:50:35 +08:00
parent 1f5867b568
commit 0881897885
3 changed files with 12 additions and 2 deletions

View File

@@ -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));
}
};
//产品详情