From 668ffce29d3b4d049c70969b2510f42179273af9 Mon Sep 17 00:00:00 2001 From: wxy <14293288+zysysys@user.noreply.gitee.com> Date: Sun, 12 May 2024 14:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/product/type.js | 10 ++++++++ src/views/product/evaluate/index.vue | 34 +++++++++++++++++++++++++--- src/views/product/info/index.vue | 24 ++++++++++---------- 3 files changed, 53 insertions(+), 15 deletions(-) diff --git a/src/api/product/type.js b/src/api/product/type.js index b0b49e6..70759a3 100644 --- a/src/api/product/type.js +++ b/src/api/product/type.js @@ -42,3 +42,13 @@ export function delType(id) { method: 'delete' }) } + + +export function listAll7() { + return request({ + url: '/product/type/listAll', + method: 'get' + }) +} + + diff --git a/src/views/product/evaluate/index.vue b/src/views/product/evaluate/index.vue index 1e1701b..a7129e8 100644 --- a/src/views/product/evaluate/index.vue +++ b/src/views/product/evaluate/index.vue @@ -103,25 +103,39 @@ - - - + + + + +
+ + + + + +
+ + + +
+ +
@@ -129,6 +143,7 @@