暂停拨打
@@ -572,10 +572,6 @@ export default {
let oh = document.documentElement.clientHeight;
return oh - 57 - 48 - 38 -308
},
- CommunicationcontentHeight() {
- let oh = document.documentElement.clientHeight;
- return oh - 57 - 48 - 38 -308
- },
MediationrecordHeight() {
let oh = document.documentElement.clientHeight;
return oh - 57 - 128
@@ -712,7 +708,7 @@ export default {
}
.top-wrap-btn-left{
- width: 55%;
+ //width: 55%;
min-width: 1034px;
.wrap-btn-left-dial{
background-color: #FFF2F0;
diff --git a/src/pages/mediation-page/components/portraitPerson.vue b/src/pages/mediation-page/components/portraitPerson.vue
index 2bc8dd5..2a55e2b 100644
--- a/src/pages/mediation-page/components/portraitPerson.vue
+++ b/src/pages/mediation-page/components/portraitPerson.vue
@@ -456,11 +456,9 @@ export default {
handler: function(newVal, oldVal) {
// 这里可以执行你需要的任何操作
// console.log('Object changed!')
- if (this.portraitObj.id){
- setTimeout(() => {
- this.handleSubmit()
- }, 500);
- }
+ setTimeout(() => {
+ this.handleSubmit()
+ }, 800);
},
deep: true // 确保深度监听
}
@@ -608,10 +606,11 @@ export default {
// 自动修改人物画像标签
handleSubmit() {
// console.log(this.portraitObj,'this.mrObj')
- if(this.portraitObj.id == ''){return false}
- api.debtorProfile_edit(this.portraitObj).then(res => {
+ if(this.portraitObj.id){
+ api.debtorProfile_edit(this.portraitObj).then(res => {
// this.getdebtorProfile()
- })
+ })
+ }
}
}
};