Commit 0dcc97db authored by honghy's avatar honghy

bug204 优惠列表-复制,无价格信息

parent 89f65746
......@@ -472,7 +472,7 @@ export default {
})
}
console.log('lineIds', this.form.lineIds)
if (this.form.lineIds!=null) {
if (this.form.lineIds!=null&&this.form.lineIds.length != 0) {
if(this.form.lineIds[0].channelId==0) {
this.option.transportId = 1
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment