2c000c6d by renchao@pashanhoo.com

style:银行机构备案

1 parent 9947d394
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-07 13:32:51
* @LastEditTime: 2023-11-10 13:43:21
-->
<template>
<div class="from-clues">
......@@ -139,7 +139,7 @@
})
},
handleEdit (row) {
this.$popupDialog("编辑企业", "xxba/components/addDialog", { isAdd: 2, ...row }, "75%")
this.$popupDialog("编辑银行", "xxba/components/addDialog", { isAdd: 2, ...row }, "75%")
}
}
}
......