|
|
@@ -1488,7 +1488,9 @@ export default {
|
|
|
if (data!==null && data!==''){
|
|
|
this.industryNull=false;
|
|
|
}
|
|
|
-
|
|
|
+ if (data!=='其它'){
|
|
|
+ this.model.industryQiTa='';
|
|
|
+ }
|
|
|
if (data==='其它'){
|
|
|
this.industryNullQiTa=true
|
|
|
this.industryNull=true;
|
|
|
@@ -2152,13 +2154,15 @@ export default {
|
|
|
this.dataList=result;
|
|
|
if (info===''){
|
|
|
this.resultData(result,newPhones);
|
|
|
- this.showModal()
|
|
|
+ if (result[0]["isSizeNumberResults"] === 'is') {
|
|
|
+ this.showModal()
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|
|
|
this.disabledListAdd()
|
|
|
this.showCheck0('all');
|
|
|
- // if (result[0]["isSizeNumberResults"] === 'is') {
|
|
|
+
|
|
|
// this.$confirm({
|
|
|
// title: "确认是否继续...",
|
|
|
// content: '该用户有多个不友好研判结果',
|
|
|
@@ -2782,7 +2786,9 @@ export default {
|
|
|
}
|
|
|
if (info==='submit'){
|
|
|
if (this.industryQiTa!=='' || this.industryQiTa!==null){
|
|
|
- this.model.industry = this.industryQiTa;
|
|
|
+ if (this.model.industry==='其它'){
|
|
|
+ this.model.industry = this.industryQiTa;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
if (info==='submit'){
|
|
|
@@ -2915,7 +2921,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- data['newBusinessAddress']=this.model.sysBusinessHall;
|
|
|
+ //data['newBusinessAddress']=this.model.sysBusinessHall; 更新人营业厅地址从用户获取
|
|
|
postAction("/businessReminderCard/editById", data).then((res) => {
|
|
|
if (res.success) {
|
|
|
this.clearModel()
|