@@ -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">