|
@@ -296,7 +296,7 @@
|
|
inBound () {
|
|
inBound () {
|
|
this.inboundVisible = true
|
|
this.inboundVisible = true
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
- this.$refs.inbound.init()
|
|
|
|
|
|
+ this.$refs.inbound.init(1)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
addItem (item) {
|
|
addItem (item) {
|
|
@@ -315,7 +315,6 @@
|
|
},
|
|
},
|
|
// 删除产品项
|
|
// 删除产品项
|
|
deleteProductHandle (productId) {
|
|
deleteProductHandle (productId) {
|
|
- console.log(productId)
|
|
|
|
this.cusRCommProductVOS.splice(this.cusRCommProductVOS.findIndex((item) => item.productId === productId))
|
|
this.cusRCommProductVOS.splice(this.cusRCommProductVOS.findIndex((item) => item.productId === productId))
|
|
}
|
|
}
|
|
}
|
|
}
|