From 999f9a47da7783388d0214b9f8d987ea2d9f2916 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 11 四月 2022 13:55:05 +0800 Subject: [PATCH] 子账户管理新 --- src/views/productDetail/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/productDetail/index.vue b/src/views/productDetail/index.vue index 29d8c2f..3706282 100644 --- a/src/views/productDetail/index.vue +++ b/src/views/productDetail/index.vue @@ -51,11 +51,12 @@ let param = { page: 1, size: 1, - inputText: this.$route.query.name, + inputText: "", + id: this.$route.query.id, archType: "", gpuType: "", publishStatus: 1, - productLabelId: "", + productType: 0, }; findAllCenterProduct(param) .then((res) => { -- Gitblit v1.8.0