4a697574 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 70adf0ac 2c000c6d
<!--
* @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%")
}
}
}
......