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()
})
},