guarantee-lsq 2 år sedan
förälder
incheckning
66052ae7ae
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      src/views/store/outstoreform/OutStoreFormYY.vue

+ 2 - 1
src/views/store/outstoreform/OutStoreFormYY.vue

@@ -335,7 +335,8 @@ export default {
     },
     doExport () {
       const parameter = {
-        ...this.queryParam
+        ...this.queryParam,
+        ids: this.selectedRowKeys
       }
       exportOutStoreForm(parameter).then(file => {
         this.BaseTool.UPLOAD.downLoadExportExcel(file)