chenrui  2 lat temu
rodzic
commit
0ef86fc9fb

+ 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('导出成功')
           })