| | |
| | | articleId: data.id |
| | | }) { |
| | | this.loading = true |
| | | getUserlnfoByDistrictlds( data.articleRange).then(res=>{ |
| | | console.log(res); |
| | | const column = this.findObject(this.option.column, "userIds") |
| | | column.dicData = res.data.data |
| | | }) |
| | | |
| | | |
| | | |
| | |
| | | this.page.total = data.total |
| | | this.disCussFrom = data.records[0] |
| | | if (this.disCussFrom.userIds) { |
| | | getPersonPublicSelect({ |
| | | id: this.disCussFrom.userIds |
| | | }).then(res => { |
| | | // getPersonPublicSelect({ |
| | | // id: this.disCussFrom.userIds |
| | | // }).then(res => { |
| | | // const column = this.findObject(this.option.column, "userIds") |
| | | // column.dicData = res.data.data |
| | | // this.loading = false |
| | | // }) |
| | | getUserlnfoByDistrictlds(data.articleRange).then(res => { |
| | | console.log(res); |
| | | const column = this.findObject(this.option.column, "userIds") |
| | | column.dicData = res.data.data |
| | | this.loading = false |
| | | }) |
| | | } |
| | | }) |
| | |
| | | v-text="textDispose(row, 'linkPhoneflag', 'linkPhone')"> |
| | | </el-button> |
| | | </template> |
| | | |
| | | |
| | | <template slot="constructionSchemeUrlsType" slot-scope="{file}"> |
| | | <span>{{ file }}</span> |
| | | </template> |
| | | |
| | | |
| | | </avue-crud> |
| | | |
| | | |
| | |
| | | label: "议事标题", |
| | | prop: "articleId", |
| | | search: false, |
| | | viewDisabled:false, |
| | | type: 'select', |
| | | dicUrl: `/api/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtIdList={{districtId}}`, |
| | | props: { |
| | |
| | | }, ], |
| | | change:(val)=>{ |
| | | console.log ("val===>", val) |
| | | if(val.value){ |
| | | // console.log("form===>",this.form) |
| | | if(val.value && !this.form.id){ |
| | | this.showDialog = true; |
| | | this.getDetail( val.value,val.articleRange) |
| | | } |