chenrui  2 년 전
부모
커밋
0ef86fc9fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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('导出成功')
           })