|
@@ -106,7 +106,6 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
productCodeChange (val, row) {
|
|
productCodeChange (val, row) {
|
|
- console.log(val)
|
|
|
|
row.commonProductList = []
|
|
row.commonProductList = []
|
|
if (val.length > 0) {
|
|
if (val.length > 0) {
|
|
val.map(item => {
|
|
val.map(item => {
|
|
@@ -134,7 +133,6 @@ export default {
|
|
const params = JSON.parse(JSON.stringify(_this.form))
|
|
const params = JSON.parse(JSON.stringify(_this.form))
|
|
params.offlineProductList = _this.loadData
|
|
params.offlineProductList = _this.loadData
|
|
console.log(params)
|
|
console.log(params)
|
|
- return
|
|
|
|
_this.spinning = true
|
|
_this.spinning = true
|
|
productOffline(params).then(res => {
|
|
productOffline(params).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|