Lou
2024-02-23 e693e231200ff82d1e98277070a1a36f538353ca
更新
2 files modified
29 ■■■■■ changed files
src/views/article/components/discussionManageChild.vue 18 ●●●● patch | view | raw | blame | history
src/views/property/propertyCapitalApply.vue 11 ●●●●● patch | view | raw | blame | history
src/views/article/components/discussionManageChild.vue
@@ -302,11 +302,6 @@
        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
        })
@@ -315,12 +310,17 @@
          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
            })
          }
        })
src/views/property/propertyCapitalApply.vue
@@ -28,6 +28,13 @@
          v-text="textDispose(row, 'linkPhoneflag', 'linkPhone')">
        </el-button>
      </template>
      <template slot="constructionSchemeUrlsType" slot-scope="{file}">
        <span>{{ file }}</span>
      </template>
    </avue-crud>
@@ -313,6 +320,7 @@
              label: "议事标题",
              prop: "articleId",
              search: false,
              viewDisabled:false,
              type: 'select',
              dicUrl: `/api/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtIdList={{districtId}}`,
              props: {
@@ -329,7 +337,8 @@
              }, ],
              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)
                }