|
@@ -65,7 +65,7 @@ ed<template>
|
|
|
</div>
|
|
|
<el-row :gutter="10">
|
|
|
<el-col :span="setcol">
|
|
|
- <dispatch-table type="edit" :needQuery="true" ref="dislist" @isCorrelation="isCorrelation"></dispatch-table>
|
|
|
+ <dispatch-table type="edit" :needQuery="true" ref="dislist" @isCorrelation="isCorrelation" @delSuccess="delSuccess"></dispatch-table>
|
|
|
</el-col>
|
|
|
<el-col :span="24 - setcol">
|
|
|
<add-disbill ref="addbill" :data="enterpriseInfo" @onConfirm="onConfirm"></add-disbill>
|
|
@@ -151,6 +151,9 @@ export default {
|
|
|
})
|
|
|
|
|
|
},
|
|
|
+ delSuccess(){
|
|
|
+ this.$refs['addbill'].listData()
|
|
|
+ },
|
|
|
isCorrelation(val){
|
|
|
this.isCorrelate = val
|
|
|
},
|