@@ -148,6 +148,7 @@ import { inspRecord } from '@/api/satisfaction';
export default {
data() {
return {
+ agencyId:"",
searchKey: null,//搜索栏
tabList: [
{
@@ -200,6 +201,7 @@ export default {
};
},
created() {
+ console.log(this.$store.state.app.agencyId,"sdjflsjklfds");
this.agencyId = this.$store.state.app.agencyId;
this.userId = this.$store.state.app.userInfo.id;
this.customerId = this.$store.state.app.userInfo.customerId;
diff --git a/src/views/peoSuggestion/SpecialsolicitationFill.vue b/src/views/peoSuggestion/SpecialsolicitationFill.vue
index 3c9b877..7459103 100644
--- a/src/views/peoSuggestion/SpecialsolicitationFill.vue
+++ b/src/views/peoSuggestion/SpecialsolicitationFill.vue
@@ -100,6 +100,7 @@ export default {
showPopup:false,
ideaIdentityList:[],
formData:{
+ attachmentList:[],
openId:"",
fileList:[],
identityTypeCode:[],
@@ -211,13 +212,14 @@ export default {
file.message = '上传成功'
file.url = res.data.url
let fileInfo = {
- type: type,
- format: format,
+ // type: type,
+ // format: format,
name: name,
url: url
};
- this.formData.imageList.push(res.data.url)
- console.log(fileInfo,"sdlkjdslgfjdgls");
+ // this.formData.imageList.push(res.data.url)
+ // console.log(fileInfo,"sdlkjdslgfjdgls");
+ this.formData.attachmentList.push(fileInfo)
// this.attrs.push(fileInfo)
})
.catch(() => {
diff --git a/src/views/peoSuggestion/goldenIdeaDetail.vue b/src/views/peoSuggestion/goldenIdeaDetail.vue
index 1431979..9ca2044 100644
--- a/src/views/peoSuggestion/goldenIdeaDetail.vue
+++ b/src/views/peoSuggestion/goldenIdeaDetail.vue
@@ -1,16 +1,17 @@
-
-
-
{{ ProblemDescription.subjectTitle }}
-
{{ ProblemDescription.eventContent }}
-
{{ ProblemDescription.createdTime }}
-
-
-
![]()
+
+
+
{{ ProblemDescription.subjectTitle }}
+
{{ ProblemDescription.eventContent }}
+
{{ ProblemDescription.createdTime }}
+
+
+
+
![]()
+
-
-
-
-
+
+
-
-
-
+