|
@@ -206,7 +206,7 @@ export default {
|
|
title: '是否确认导出',
|
|
title: '是否确认导出',
|
|
content: '是否确认导出',
|
|
content: '是否确认导出',
|
|
onOk() {
|
|
onOk() {
|
|
- return waybilleclex(this.FormData).then((response) => {
|
|
|
|
|
|
+ return waybilleclex(that.FormData).then((response) => {
|
|
that.download(response.msg)
|
|
that.download(response.msg)
|
|
that.$message.success('导出成功')
|
|
that.$message.success('导出成功')
|
|
})
|
|
})
|