|
@@ -476,7 +476,7 @@ const rowRelevance = (row) => {
|
|
|
//确认关联预算计划
|
|
|
const budgetSaveClick = () => {
|
|
|
const index = budgetIndex.value
|
|
|
- const ids = budgetIds.value?.join(',')
|
|
|
+ const ids = budgetIds.value?.join('')
|
|
|
detailsData.value.details[index].budgetPlanIds=ids
|
|
|
window.$message.success('操作成功')
|
|
|
budgetModal.value = false
|