shish 1 year ago
parent
commit
2adbc15d16
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ghs/src/views/order/list.vue

+ 2 - 2
ghs/src/views/order/list.vue

@@ -163,7 +163,7 @@
 			</template>
 			</template>
 
 
 			<template #slot-more-do-btn>
 			<template #slot-more-do-btn>
-				<el-dropdown size="medium" split-button type="primary" @click="batchDown" @command="bottomDoMore($event,scope.row)">
+				<el-dropdown size="medium" split-button type="primary" @click="batchDown" @command="bottomDoMore($event)">
 				批量下载
 				批量下载
 				<el-dropdown-menu slot="dropdown">
 				<el-dropdown-menu slot="dropdown">
 					<el-dropdown-item command="batchAllDown">批量全下载</el-dropdown-item>
 					<el-dropdown-item command="batchAllDown">批量全下载</el-dropdown-item>
@@ -552,7 +552,7 @@ export default {
 			this.currentKdStaffId = e
 			this.currentKdStaffId = e
       this.refreshData()
       this.refreshData()
 		},
 		},
-    bottomDoMore(cmd,data){
+    bottomDoMore(cmd){
       if(cmd == 'batchAllDown'){
       if(cmd == 'batchAllDown'){
         let that = this
         let that = this
         if (this.$util.isEmpty(this.selectedData)) {
         if (this.$util.isEmpty(this.selectedData)) {