From 1f5b213ddd8bbb09313bb9ea32bda6dd62500544 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Mon, 1 Jul 2024 12:01:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/AppOutSource/AppMarkRate/components/Detail.vue | 4 ++-- project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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">