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 | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/productDetail/index.vue b/src/views/productDetail/index.vue index 3706282..28ba0de 100644 --- a/src/views/productDetail/index.vue +++ b/src/views/productDetail/index.vue @@ -51,8 +51,7 @@ let param = { page: 1, size: 1, - inputText: "", - id: this.$route.query.id, + inputText: this.$route.query.name, archType: "", gpuType: "", publishStatus: 1, -- Gitblit v1.8.0