diff --git a/src/App.vue b/src/App.vue
index c2ca7d0..b978b2e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,7 +5,7 @@
diff --git a/src/components/InfoHeader/index.vue b/src/components/InfoHeader/index.vue
index c35f6d6..d6be6b9 100644
--- a/src/components/InfoHeader/index.vue
+++ b/src/components/InfoHeader/index.vue
@@ -2,7 +2,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/kpi/assessment/performance/index.vue b/src/views/kpi/assessment/performance/index.vue
index 3359f35..efbf886 100644
--- a/src/views/kpi/assessment/performance/index.vue
+++ b/src/views/kpi/assessment/performance/index.vue
@@ -38,6 +38,7 @@
class="el-icon-check"
>
@@ -150,7 +151,8 @@ export default {
form: {},
formList: {
flowRecordList: [],
- resultCommentList: []
+ resultCommentList: [],
+ auth: {}
},
obj: {
recortModelDtos: []
@@ -193,7 +195,7 @@ export default {
},
async handleList () {
// resultRecordId = == this.$route.query.id
- let res = await apiResultRecordDetail({ resultRecordId: this.$route.query.id })
+ let res = await apiResultRecordDetail({ resultRecordId: this.$route.query.id, loginUserId: 313 })
if (res.code !== 200) return
for (let i in res.data.flowRecordList) {
res.data.flowRecordList[i === '0' ? i : (i - 1)].isGou = true
diff --git a/src/views/kpi/workbench/todo/tableItem.vue b/src/views/kpi/workbench/todo/tableItem.vue
index 98a81d4..64a24bc 100644
--- a/src/views/kpi/workbench/todo/tableItem.vue
+++ b/src/views/kpi/workbench/todo/tableItem.vue
@@ -12,6 +12,7 @@
diff --git a/static/default.jpg b/static/default.jpg
new file mode 100644
index 0000000..27452ec
Binary files /dev/null and b/static/default.jpg differ