chenrui  2 years ago
parent
commit
0ef86fc9fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/securityCheck/views/waybillTable.vue

+ 1 - 1
src/views/system/securityCheck/views/waybillTable.vue

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