| | |
| | | </el-button> |
| | | </template> |
| | | |
| | | <!-- <template slot="menu" slot-scope="{row, size, index}"> |
| | | <template slot="menu" slot-scope="{row, size, index}"> |
| | | <el-button size="small" type="text" icon="el-icon-share" plain @click="share(row)">分享 |
| | | </el-button> |
| | | </template> --> |
| | | </template> |
| | | |
| | | <template slot-scope="{row, size}" slot="phone"> |
| | | <el-button :size="size" type="text" @click="showStringDispose(row, 'phoneflag')" |
| | |
| | | // searchLabelWidth: 96, |
| | | searchShow: true, |
| | | searchMenuSpan: 3, |
| | | menuWidth: 310, |
| | | menuWidth: 160, |
| | | delBtn: false, |
| | | editBtn: false, |
| | | |
| | |
| | | slot: true |
| | | }, |
| | | { |
| | | width: 100, |
| | | width: 120, |
| | | label: "诉求人联系电话", |
| | | prop: "applicantPhone", |
| | | rules: [{ |
| | |
| | | // value: [117.966460, 28.431002, ""] |
| | | }, |
| | | { |
| | | width: 100, |
| | | label: "事发地点-经度", |
| | | prop: "sceneGeoLng", |
| | | disabled: true, |
| | | width: 100, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入事发地点-经度", |
| | |
| | | }, ], |
| | | }, |
| | | { |
| | | width: 100, |
| | | label: "事发地点-纬度", |
| | | prop: "sceneGeoLat", |
| | | disabled: true, |
| | |
| | | param.houseCode = this.shareCircleRow.addressCode |
| | | param.circleImages = this.shareCircleRow.imageUrls |
| | | param.communityCode = this.shareCircleRow.communityCode |
| | | param.circleText = this.shareCircleRow.remark |
| | | param.evenType = 2 |
| | | param.circleText = "标题:" + this.shareCircleRow.issueTitle + " 内容: " + this.shareCircleRow.issueContent |
| | | param.evenType = 3 |
| | | param.eventId = this.shareCircleRow.id |
| | | circleAdd(param).then( |
| | | () => { |
| | |
| | | values.dateTime = null |
| | | } |
| | | this.loading = true |
| | | this.getDeptInfo(); |
| | | // this.getDeptInfo(); |
| | | |
| | | getList(page.currentPage, page.pageSize, values).then((res) => { |
| | | const data = res.data.data |