|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="edit">
|
|
|
<el-button size="mini" :type="disabled || data.status === '已无效'|| data.status === '已过期' ? 'defalt':'primary'" :disabled="disabled || data.status === '已无效' || data.status === '已过期'" @click="editBtn">{{$t('编 辑')}}</el-button>
|
|
|
- <el-drawer :title="$t('编辑线索')" :visible.sync="drawer" size="800px" direction="rtl" append-to-body :show-close="false" @close="onClose">
|
|
|
+ <el-drawer :title="$t('编辑线索')" :visible.sync="drawer" size="800px" direction="rtl" append-to-body :show-close="false" :wrapperClosable="false" @close="onClose">
|
|
|
<div class="drawer__panel">
|
|
|
<el-row :gutter="10">
|
|
|
<el-form :model="param" :rules="rules" ref="ruleForm" :label-width="tool.onlyZh('120px')" class="demo-ruleForm"
|
|
|
@@ -468,10 +468,10 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
onClose() {
|
|
|
- this.$refs.businessMessage.businessShow = false
|
|
|
+ this.drawer = false
|
|
|
+ // this.$refs.businessMessage.businessShow = false
|
|
|
this.$refs.sourceRef.option = []
|
|
|
this.$refs.sourceRef.value = ''
|
|
|
- this.drawer = false
|
|
|
},
|
|
|
/*获取领域*/
|
|
|
queryTradefield() {
|