Browse Source

标签配置组件宽度,政策找人新增loading

feature
mk 2 years ago
parent
commit
44f6008ba7
  1. 2
      src/views/modules/communityService/commonDemand/addForm.vue
  2. 2
      src/views/modules/communityService/commonDemand/editForm.vue
  3. 2
      src/views/modules/communityService/fuwuzhaoren/addForm.vue
  4. 2
      src/views/modules/communityService/fuwuzhaoren/editForm.vue
  5. 2
      src/views/modules/communityService/gangweizhaoren/addForm.vue
  6. 2
      src/views/modules/communityService/gangweizhaoren/editForm.vue
  7. 2
      src/views/modules/communityService/gxxq/addForm.vue
  8. 2
      src/views/modules/communityService/jinengzhaoren/addForm.vue
  9. 2
      src/views/modules/communityService/jinengzhaoren/editForm.vue
  10. 2
      src/views/modules/communityService/labelConfig/addForm.vue
  11. 8
      src/views/modules/communityService/labelConfig/index.vue
  12. 6
      src/views/modules/communityService/policy/addPolicy.vue
  13. 2
      src/views/modules/communityService/wennuanzhaoren/addForm.vue
  14. 2
      src/views/modules/communityService/wennuanzhaoren/editForm.vue

2
src/views/modules/communityService/commonDemand/addForm.vue

@ -147,7 +147,7 @@
</person-list>
</el-dialog>
<el-dialog v-if="showLabelForm" :visible.sync="showLabelForm" :append-to-body="true" :close-on-click-modal="false"
:close-on-press-escape="false" :title="'标签配置'" width="900px" top="5vh" class="dialog-h"
:close-on-press-escape="false" :title="'标签配置'" width="954px" top="5vh" class="dialog-h"
@closed="showLabelForm = false">
<label-form ref="ref_label_form" :policyId="policyId" :ruleList="ruleList" @dialogCancle="addFormCancle"
@dialogOk="addFormOk">

2
src/views/modules/communityService/commonDemand/editForm.vue

@ -219,7 +219,7 @@
</person-list>
</el-dialog>
<el-dialog v-if="showLabelForm" :visible.sync="showLabelForm" :append-to-body="true" :close-on-click-modal="false"
:close-on-press-escape="false" :title="'标签配置'" width="900px" top="5vh" class="dialog-h"
:close-on-press-escape="false" :title="'标签配置'" width="954px" top="5vh" class="dialog-h"
@closed="showLabelForm = false">
<label-form ref="ref_label_form" :policyId="policyId" :ruleList="ruleList" @dialogCancle="addFormCancle"
@dialogOk="addFormOk">

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

@ -308,7 +308,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"

2
src/views/modules/communityService/fuwuzhaoren/editForm.vue

@ -343,7 +343,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"

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

@ -308,7 +308,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"

2
src/views/modules/communityService/gangweizhaoren/editForm.vue

@ -343,7 +343,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"

2
src/views/modules/communityService/gxxq/addForm.vue

@ -207,7 +207,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"

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

@ -308,7 +308,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"

2
src/views/modules/communityService/jinengzhaoren/editForm.vue

@ -343,7 +343,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"

2
src/views/modules/communityService/labelConfig/addForm.vue

@ -111,7 +111,7 @@
</el-select>
</template>
</el-table-column>
<el-table-column label="对应值" align="center">
<el-table-column label="对应值" align="center" width="120">
<template slot-scope="scope">
<template v-for="item in scope.row.correspondingOpction">
<el-select

8
src/views/modules/communityService/labelConfig/index.vue

@ -49,11 +49,11 @@
</el-pagination>
</div>
</div>
</div>
</div>5
<el-dialog :visible.sync="formShow" :close-on-click-modal="false" :close-on-press-escape="false" :title="formTitle"
destroy-on-close width="950px" top="5vh" class="dialog-h" @closed="diaClose">
<add-form v-if="formShow" ref="Config_form" :row-obj="rowObj" @dialogCancle="addFormCancle"
@dialogOk="addFormOk"></add-form>
destroy-on-close width="954px" top="5vh" class="dialog-h" @closed="diaClose">
<!-- <add-form v-if="formShow" ref="Config_form" :row-obj="rowObj" @dialogCancle="addFormCancle"
@dialogOk="addFormOk"></add-form> -->
</el-dialog>
</div>
</template>

6
src/views/modules/communityService/policy/addPolicy.vue

@ -286,7 +286,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"
@ -728,6 +728,7 @@ export default {
},
async addFuwu() {
//
this.startLoading()
await this.operationOption();
this.formData.attachmentList = [...this.fileList]
let arr = []
@ -777,9 +778,7 @@ export default {
resiSearchTagId:this.formData.resiSearchTagId,
policyId:this.formData.policyId
};
console.log(params);
const { data, code, msg } = await requestPost(url, params);
if (code === 0) {
this.$message.success("操作成功");
this.resetData();
@ -788,6 +787,7 @@ export default {
this.btnDisable = false;
this.$message.error(msg);
}
this.endLoading()
},
async getDemandOptions() {
this.$http

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

@ -308,7 +308,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"

2
src/views/modules/communityService/wennuanzhaoren/editForm.vue

@ -343,7 +343,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="'标签配置'"
width="900px"
width="954px"
top="5vh"
class="dialog-h"
@closed="showLabelForm = false"

Loading…
Cancel
Save