修改bug
This commit is contained in:
parent
a74883ba5b
commit
ecb140cd30
@ -231,6 +231,7 @@
|
||||
<el-option label="微信沟通" value="3"></el-option>
|
||||
</el-select>
|
||||
<span>
|
||||
<span class="mr-16 cursor-pointer" @click="getmediate_record()"><i class="el-icon-refresh mr-4"></i>刷新</span>
|
||||
<el-button plain icon="el-icon-plus" @click="visiblemediatRecord = true;visiblemediatRecordObj = null">新增沟通记录</el-button>
|
||||
|
||||
<el-popover
|
||||
|
||||
@ -688,12 +688,12 @@ export default {
|
||||
|
||||
// position_info position_family position_carry position_finance position_risk position_lawsuit
|
||||
.position_info{position:absolute; top: 110px;top: 15%;left: 8px;}
|
||||
.position_family{position:absolute; top: 300px;top: 38%;left: 8px;}
|
||||
.position_carry{position:absolute; top: 400px;top: 52%;left: 8px;}
|
||||
.position_family{position:absolute; top: 300px;top: 40%;left: 8px;}
|
||||
.position_carry{position:absolute; top: 400px;top: 54%;left: 8px;}
|
||||
|
||||
.position_finance{position:absolute; top: 160px;top: 25%;left: 160px;}
|
||||
.position_risk{position:absolute; top: 350px;top: 52%;left: 160px;}
|
||||
.position_lawsuit{position:absolute; top: 460px;top: 65%;left: 160px;}
|
||||
.position_risk{position:absolute; top: 350px;top: 54%;left: 160px;}
|
||||
.position_lawsuit{position:absolute; top: 460px;top: 67%;left: 160px;}
|
||||
|
||||
.theme-blue{
|
||||
.character-info-title{
|
||||
|
||||
@ -138,7 +138,7 @@ import systemManageApi from "@/services/systemManage";
|
||||
if(Object.keys(this.addOrEditAreaConfig.data).length>0)
|
||||
{
|
||||
_this.deptInfo.id = this.addOrEditAreaConfig.data.id
|
||||
if(this.deptInfo.directorIds.length == 0){_this.deptInfo.directorId =''}
|
||||
if(this.deptInfo.directorIds.length == 0){_this.deptInfo.directorId ='[]'}
|
||||
else{_this.deptInfo.directorId ='['+ this.deptInfo.directorIds.toString()+']'}
|
||||
systemManageApi.updateDeptById(_this.deptInfo).then(res => {
|
||||
this.$message({
|
||||
|
||||
@ -139,7 +139,7 @@ import systemManageApi from "@/services/systemManage";
|
||||
if(Object.keys(this.addOrEditDeptConfig.data).length>0 && this.addOrEditDeptConfig.data.pid != 0)
|
||||
{
|
||||
_this.deptInfo.id = this.addOrEditDeptConfig.data.id
|
||||
if(this.deptInfo.directorIds.length == 0){_this.deptInfo.directorId =''}
|
||||
if(this.deptInfo.directorIds.length == 0){_this.deptInfo.directorId ='[]'}
|
||||
else{_this.deptInfo.directorId ='['+ this.deptInfo.directorIds.toString()+']'}
|
||||
systemManageApi.updateDeptById(_this.deptInfo).then(res => {
|
||||
this.$message({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user