提交 d7536c89 authored 作者: 郑伟娜's avatar 郑伟娜

修改限制地区回显问题

上级 bd2116e7
......@@ -155,7 +155,6 @@
prop="dis_dispatching"
>
<template slot-scope="scope">
<!-- {{ scope.row.value }} -->
<span v-for="(item, index) in scope.row.value" :key="index">
<span>{{ item.province_name }}{{ item.city_name.length ? `(${ item.city_name.join() })` : '' }}</span>
<span v-if="index < scope.row.value.length - 1">,&nbsp;</span>
......@@ -506,11 +505,12 @@
this.rowItem.value = this.getSelectData(this.rowItem.a)
this.rowItem.id = this.getBackData(this.rowItem.a)
} else {
this.noDeliveryTableData[0] = {
this.noDeliveryTableData = []
this.noDeliveryTableData.push({
a: this.getAfferentData(this.getAfferentData()),
value: this.getSelectData(this.getAfferentData()),
id: this.getBackData(this.getAfferentData())
}
})
}
this.dialogAddress = false
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论