|
|
@ -147,10 +147,12 @@ |
|
|
|
direction="rtl" |
|
|
|
:visible.sync="drawer" |
|
|
|
:before-close="handleDrawerClose" |
|
|
|
ref="detailDrawer" |
|
|
|
> |
|
|
|
<div> |
|
|
|
<Detail |
|
|
|
v-bind:customerInfos="customerInfos" |
|
|
|
@Change="drawerclose" |
|
|
|
style="margin-top: -35px" |
|
|
|
></Detail> |
|
|
|
</div> |
|
|
@ -258,6 +260,12 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
drawerclose(param) { |
|
|
|
if (param == "删除成功") { |
|
|
|
this.$refs.detailDrawer.closeDrawer(); |
|
|
|
this.getList(); |
|
|
|
} |
|
|
|
}, |
|
|
|
dblhandleCurrentChange(row, column, cell, event) { |
|
|
|
if (column.label === "备注") { |
|
|
|
row.isEditCell = true; |
|
|
|