diff --git a/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue b/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue index 99743d46..5719f096 100644 --- a/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue +++ b/project/fengdu/AppOutSource/AppMarkRate/components/Detail.vue @@ -15,7 +15,7 @@ - +
@@ -85,7 +85,7 @@ export default { }, created() { - this.$dict.load('evaluatorType').then(() => { + this.$dict.load('evaluatorType','evaluationType').then(() => { this.getDetail() }) }, diff --git a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue index 48b92529..e117aafb 100644 --- a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue +++ b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue @@ -69,9 +69,9 @@ :tableData="tableData1" :col-configs="colConfigs1" :total="total" - :current.sync="search.current" - :size.sync="search.size" - @getList="getList"> + :current.sync="form.current" + :size.sync="form.size" + @getList="getList2">