| | |
| | | <div class="config_data_item_reviewed_r"> |
| | | <span>被访人的</span> |
| | | <el-select |
| | | v-model="apprList[activeIndex].level" |
| | | v-model="apprList[activeIndex].objLevel" |
| | | placeholder="请选择" |
| | | style="margin: 0 20px 0 10px" |
| | | > |
| | |
| | | <div class="config_data_submit"> |
| | | <el-button |
| | | @click="onSubmit" |
| | | :loading="subLoading" |
| | | style="background: #435ebe" |
| | | type="primary" |
| | | >保存配置项</el-button |
| | |
| | | data () { |
| | | return { |
| | | activeType: '3', |
| | | subLoading: false, |
| | | apprList: [ |
| | | { remark: '审批人', active: false, type: '0', objIds: [] }, |
| | | { remark: '抄送人', active: false, type: '1', objIds: [] } |
| | |
| | | item.objIds = '' |
| | | } |
| | | }) |
| | | this.subLoading = true |
| | | approveTemplSave({ |
| | | type: activeType, |
| | | paramList: temp |
| | | }).then(res => { |
| | | // if (res.code === 200) { |
| | | this.subLoading = false |
| | | this.$tip.success('保存成功') |
| | | // } |
| | | }, () => { |
| | | this.subLoading = false |
| | | }) |
| | | }, |
| | | handleDel () { |