| | |
| | | <a-list-item-meta |
| | | :description="item.responseTime | filterTime" |
| | | > |
| | | <a slot="title" href="#" @click="openDetails(item.warnInfoId)">{{item.receiveUnit}} 的 {{ item.recipienterName }} 在 {{item.title}} 进行了“已安排部署”叫应</a> |
| | | <a slot="title" href="#" @click="openDetails(item.warnInfoId)">{{item.receiveUnit}} 的 {{ item.responseRealName }} 在 {{item.title}} 进行了“已安排部署”叫应</a> |
| | | <a-avatar |
| | | slot="avatar" |
| | | :src="userImg" |
| | |
| | | const t = this |
| | | const res = await getResponseRecord(this.search) |
| | | if(res.data.code == 100){ |
| | | t.lists = res.data.data |
| | | if(res.data.data && res.data.data.length>0){ |
| | | t.lists = res.data.data |
| | | }else{ |
| | | t.lists = [] |
| | | } |
| | | }else{ |
| | | this.$message.error(res.data.msg) |
| | | } |