This commit is contained in:
2025-03-20 14:09:02 +08:00
parent 0c9e3458bf
commit 19a5832bed

View File

@ -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("暂无最新外呼数据,请先进行手动外呼");
}
})
});
},