|
@@ -77,7 +77,7 @@
|
|
|
@save="subplanSaveClick"
|
|
|
>
|
|
|
<template #extra>
|
|
|
- <el-button size="small" type="primary" @click="addplan(row)">新增</el-button>
|
|
|
+ <el-button size="large" type="primary" @click="addplan()">新增</el-button>
|
|
|
</template>
|
|
|
<HcTable :isIndex="false" :column="tableSubplanColumn" :datas="tableSubplanData">
|
|
|
<template #planTaskType="{row,index}">
|
|
@@ -347,6 +347,7 @@ const addplan=()=>{
|
|
|
budgetTypeValue:tableSubplanData.value[0]?.budgetTypeValue,
|
|
|
taskDetailValue:tableSubplanData.value[0]?.taskDetailValue,
|
|
|
planTaskType:tableSubplanData.value[0]?.planTaskType,
|
|
|
+ isEdit:true
|
|
|
|
|
|
|
|
|
})
|