外呼
This commit is contained in:
parent
0c9e3458bf
commit
19a5832bed
@ -255,9 +255,13 @@ export default {
|
|||||||
getAgencytype(dictType).then((res) => {
|
getAgencytype(dictType).then((res) => {
|
||||||
this.optionslisttime = res.data;
|
this.optionslisttime = res.data;
|
||||||
outboundConfirmation().then(res => {
|
outboundConfirmation().then(res => {
|
||||||
|
if (res.data) {
|
||||||
this.form = res.data;
|
this.form = res.data;
|
||||||
this.$set(this.form, 'sn', row.sn + '')
|
this.$set(this.form, 'sn', row.sn + '')
|
||||||
this.open = true;
|
this.open = true;
|
||||||
|
} else {
|
||||||
|
this.$modal.msgError("暂无最新外呼数据,请先进行手动外呼");
|
||||||
|
}
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user