|
|
@@ -116,7 +116,7 @@
|
|
|
ref="collection"
|
|
|
:collection-type-data="collectionTypeOption"
|
|
|
:details="details"
|
|
|
- @collectionSave="getCollectionList()" />
|
|
|
+ @collectionSave="collectionSave()" />
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -253,6 +253,10 @@
|
|
|
if (err) return
|
|
|
this.collectionPlanData = res.data.list
|
|
|
},
|
|
|
+ collectionSave() {
|
|
|
+ this.getCollectionList()
|
|
|
+ this.getCollectionPlaneList()
|
|
|
+ },
|
|
|
// 删除回款计划
|
|
|
handleDel(row, type) {
|
|
|
this.$confirm('确认删除?', '提示', {
|