|
@@ -110,7 +110,7 @@
|
|
|
</a-card>
|
|
|
|
|
|
<!-- 详情 大抽屉 -->
|
|
|
- <costDetail-drawer ref="costDetailDrawer" :fatherList="getCostList" @ok="modalFormOk"></costDetail-drawer>
|
|
|
+ <!-- <costDetail-drawer ref="costDetailDrawer" :fatherList="getCostList" @ok="modalFormOk"></costDetail-drawer> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -338,7 +338,8 @@ export default {
|
|
|
var obj={
|
|
|
planNum : record.planNo,
|
|
|
planMan:record.planMan,
|
|
|
- remarks:record.remarks
|
|
|
+ remarks:record.remarks,
|
|
|
+ id:record.id
|
|
|
}
|
|
|
savaList(obj).then(res => {
|
|
|
this.loading = false
|