From 57ca00b1cdb99c47ffb89e2d1f388bed082aabbb Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 05 五月 2022 13:43:07 +0800 Subject: [PATCH] save success msg --- src/views/productDetail/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/productDetail/index.vue b/src/views/productDetail/index.vue index 29d8c2f..28ba0de 100644 --- a/src/views/productDetail/index.vue +++ b/src/views/productDetail/index.vue @@ -55,7 +55,7 @@ archType: "", gpuType: "", publishStatus: 1, - productLabelId: "", + productType: 0, }; findAllCenterProduct(param) .then((res) => { -- Gitblit v1.8.0