Browse Source

找人服务组织绑定

feature
mk 2 years ago
parent
commit
82c18ed388
  1. 9
      src/views/modules/communityService/fuwuzhaoren/addForm.vue
  2. 4
      src/views/modules/communityService/gangweizhaoren/addForm.vue
  3. 4
      src/views/modules/communityService/jinengzhaoren/addForm.vue
  4. 4
      src/views/modules/communityService/wennuanzhaoren/addForm.vue
  5. 2
      src/views/modules/shequzhili/eventOld/cpts/event-detail.vue

9
src/views/modules/communityService/fuwuzhaoren/addForm.vue

@ -112,8 +112,8 @@
<el-option
v-for="item in serviceOptiondList"
:key="item.id"
:label="item.name"
:value="item.label"
:label="item.label"
:value="item.id"
>
</el-option>
</el-select>
@ -534,7 +534,7 @@ export default {
if (this.formType === "add") {
this.$refs.ref_form.resetFields();
} else if (this.formType == "edit") {
this.loadInfo();
await this.loadInfo();
}
await this.getDemandOptions()
await this.iniDefaultData();
@ -623,8 +623,7 @@ export default {
}
this.scopeIdArray = data.gridIdList.map(i => i.objectId);
this.feedbackFormData = { ...data.feedback };
await this.getServiceuserList(data.serviceOrgType);
await this.getServiceuserList(this.formData.serviceOrgType);
await this.getTagName();
// this.fileList = []
// if (data.feedback && data.feedback.fileList && data.feedback.fileList.length > 0) {

4
src/views/modules/communityService/gangweizhaoren/addForm.vue

@ -128,8 +128,8 @@
<el-option
v-for="item in serviceOptiondList"
:key="item.id"
:label="item.name"
:value="item.label"
:label="item.label"
:value="item.id"
>
</el-option>
</el-select>

4
src/views/modules/communityService/jinengzhaoren/addForm.vue

@ -128,8 +128,8 @@
<el-option
v-for="item in serviceOptiondList"
:key="item.id"
:label="item.name"
:value="item.label"
:label="item.label"
:value="item.id"
>
</el-option>
</el-select>

4
src/views/modules/communityService/wennuanzhaoren/addForm.vue

@ -128,8 +128,8 @@
<el-option
v-for="item in serviceOptiondList"
:key="item.id"
:label="item.name"
:value="item.label"
:label="item.label"
:value="item.id"
>
</el-option>
</el-select>

2
src/views/modules/shequzhili/eventOld/cpts/event-detail.vue

@ -17,7 +17,7 @@
</el-select>
</template>
<template v-else>
<span>{{ info.gridName }}</span>
<span>{{ info.gridName|| info.agencyName }}</span>
</template>
</div>
<div :class="[

Loading…
Cancel
Save