瀏覽代碼

批量提交参数修改

jbb 2 年之前
父節點
當前提交
7405ddad34
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/book/book-list.vue

+ 1 - 1
src/views/book/book-list.vue

@@ -373,7 +373,7 @@ export default {
     // //批量提交
     batchSubmit(){
       this.$nextTick(() => {
-        submitPackingList({ ids: this.selectedRowKeys, type: '1' }).then(res => {
+        submitPackingList({ ids: this.selectedRowKeys, type: '1' ,grouyIdList:this.selectedRowKeys}).then(res => {
           if (res.success) {
           //  record.theDocumentsState = '1'
            this.getBookList()