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