|
@ -320,7 +320,7 @@ |
|
|
<script> |
|
|
<script> |
|
|
import { getUserInfo } from '@/api/user' |
|
|
import { getUserInfo } from '@/api/user' |
|
|
import throttle from 'lodash/debounce' |
|
|
import throttle from 'lodash/debounce' |
|
|
import { icEventList,agencyGridDepttree,process,reply,refund,agencyRootDepttree } from '@/api/service' |
|
|
import { icEventList,agencyGridDepttree,process,reply,refund,multiReply } from '@/api/service' |
|
|
import { uploadvariedfile } from '@/api/basic' |
|
|
import { uploadvariedfile } from '@/api/basic' |
|
|
import { Dialog } from 'vant'; |
|
|
import { Dialog } from 'vant'; |
|
|
|
|
|
|
|
@ -820,7 +820,8 @@ export default { |
|
|
// this.$toast.fail("请选择办理真实度") |
|
|
// this.$toast.fail("请选择办理真实度") |
|
|
// return |
|
|
// return |
|
|
// } |
|
|
// } |
|
|
await reply({ |
|
|
|
|
|
|
|
|
await multiReply({ |
|
|
operationType:this.operationType, //处理方式[11已办结,10办理中,9联系当事人] |
|
|
operationType:this.operationType, //处理方式[11已办结,10办理中,9联系当事人] |
|
|
content: this.content,//办理情况 |
|
|
content: this.content,//办理情况 |
|
|
files: this.fileList.concat(this.pictureList,this.docList),//附件 |
|
|
files: this.fileList.concat(this.pictureList,this.docList),//附件 |
|
|