|
@@ -239,7 +239,7 @@ const budgetTypeChange = async (val, index)=>{
|
|
|
}
|
|
|
})
|
|
|
if (id.length > 0) {
|
|
|
- const { error, code, data } = await costApi.getChlidList({ parentId:id, type:1 })
|
|
|
+ const { error, code, data } = await costApi.getChlidList({ parentId:id, type:5 })
|
|
|
if (!error && code === 200) {
|
|
|
taskDetailList.value[index] = getArrValue(data)
|
|
|
|