Merge remote-tracking branch 'yudao/dev' into dev-to-dev

# Conflicts:
#	src/views/mall/product/spu/components/index.ts
#	src/views/mall/product/spu/form/BasicInfoForm.vue
This commit is contained in:
puhui999
2023-09-01 01:20:08 +08:00
7 changed files with 26 additions and 30 deletions

View File

@@ -189,7 +189,7 @@ const submitForm = async () => {
/** 关闭按钮 */
const close = () => {
delView(unref(currentRoute))
push('/product/product-spu')
push({ name: 'ProductSpu' })
}
/** 初始化 */
onMounted(async () => {