From 9c5f594a58763ae92e9131ad7855e80cbfd97379 Mon Sep 17 00:00:00 2001
From: wanglei <1336977847@qq.com>
Date: Fri, 28 Jun 2024 10:24:40 +0800
Subject: [PATCH] fix: 445 447
---
.../AppOutSource/AppMarkRate/components/Detail.vue | 2 +-
.../AppOutSource/AppMarkRate/components/List.vue | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue b/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue
index 313a2de7..a1e90b23 100644
--- a/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue
+++ b/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue
@@ -18,7 +18,7 @@
-
+
+ :selectList="$dict.getDict('scoreInterval')">
+ :selectList="$dict.getDict('evaluationType')">
@@ -131,7 +131,7 @@ export default {
},
created () {
- this.$dict.load('evaluatorType','evaluationType').then(() => {
+ this.$dict.load('evaluatorType','evaluationType','scoreInterval').then(() => {
this.getList()
})
},