Browse Source

答复人

feature-bug
是小王呀\24601 1 year ago
parent
commit
08a1c20bfd
  1. 11
      src/views/modules/shequzhili/event/cpts/process-form-complete.vue

11
src/views/modules/shequzhili/event/cpts/process-form-complete.vue

@ -59,7 +59,7 @@
<div class="flex">
<div class="item">
<el-form-item label="答复人" label-width="118px" :class="{ 'form-item': source === 'visiual' }"
prop="respondent" :request="request">
prop="respondent" >
<div :class="{ 'visiual-form': source === 'visiual' }">
<el-input type="input" class="item_width_4" :rows="2" placeholder="请输入"
v-model.trim="formData.respondent">
@ -542,7 +542,6 @@ showHotline:false,
async mounted() {
this.agencyId = this.$store.state.user.agencyId;
console.log(this.eventDetailData,"sdflkjsdjklf");
if (this.eventDetailData.videoNeedFlag==1) {
this.required=true
}
@ -563,8 +562,12 @@ showHotline:false,
if (this.sysAdvancedList.hotlineSpecialTeamFlag==1) {
this.showHotline=true
}
if (!this.sysAdvancedList.columnsIgnore) {
delete this.dataRuledt
console.log(this.dataRule,"dskldsklfj");
if (this.sysAdvancedList.columnsIgnore) {
console.log(this.dataRule,"dskldsklfj");
this.dataRule={}
console.log(this.dataRule,"dskldsklfj");
}
} else {

Loading…
Cancel
Save