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