diff --git a/src/assets/images/peoSuggestion/15.png b/src/assets/images/peoSuggestion/15.png new file mode 100644 index 0000000..e7c4763 Binary files /dev/null and b/src/assets/images/peoSuggestion/15.png differ diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 029f336..bc448bd 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -52,7 +52,7 @@ -
+
@@ -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 @@