|
@@ -387,7 +387,7 @@ export default {
|
|
|
this.$errorMsg('请选择有效政策')
|
|
|
return
|
|
|
}
|
|
|
- const policyIds = this.selectedData.map(k => k.id).join('')
|
|
|
+ const policyIds = this.selectedData.map(k => k.id).join(',')
|
|
|
const newMaterialId = this.newData[0].number
|
|
|
const oldMaterialId = this.oldData[0].number
|
|
|
if (!newMaterialId) {
|