|
|
@ -57,7 +57,7 @@ |
|
|
|
<el-form-item label="" label-width="150px" |
|
|
|
:class="{ 'form-item': source === 'visiual' }" style="display: block"> |
|
|
|
<div :class="{ 'visiual-form': source === 'visiual' }"> |
|
|
|
<el-checkbox v-model="formData.sendMsg">短信通知部门负责人</el-checkbox> |
|
|
|
<el-checkbox v-model="formData.sendMsg" :true-label="1" :false-label="0">短信通知部门负责人</el-checkbox> |
|
|
|
</div> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
@ -81,7 +81,7 @@ export default { |
|
|
|
timeLimit:'',//办结时限 |
|
|
|
deptId:'', //指派部门 |
|
|
|
deptName:'', |
|
|
|
sendMsg:false |
|
|
|
sendMsg:0 |
|
|
|
}, |
|
|
|
orgOptions: [], |
|
|
|
orgOptionProps: { |
|
|
@ -155,6 +155,8 @@ export default { |
|
|
|
this.getOrgTreeList(); |
|
|
|
if (this.eventId) { |
|
|
|
this.eventDetailCopy = JSON.parse(JSON.stringify(this.eventDetailData)); |
|
|
|
this.formData.handlingReq = this.eventDetailCopy.handlingReq; |
|
|
|
this.formData.transferAdvice = this.eventDetailCopy.transferAdvice; |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|