8affec23 by renchao@pashanhoo.com

style:企业银行

1 parent d164eca5
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-17 09:04:11
* @LastEditTime: 2024-01-17 09:07:48
-->
<template>
<div class="from-clues">
......@@ -140,7 +140,7 @@
});
},
handleEdit (row) {
this.$popupDialog("编辑企业", "xxba/components/addDialog", { isAdd: 2, ...row }, "75%")
this.$popupDialog("编辑企业", "xxba/qyxxba/components/addDialog", { isAdd: 2, ...row }, "75%")
}
}
}
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-17 09:03:56
* @LastEditTime: 2024-01-17 09:07:57
-->
<template>
<div class="from-clues">
......@@ -140,7 +140,7 @@
})
},
handleEdit (row) {
this.$popupDialog("编辑银行", "xxba/components/addDialog", { isAdd: 2, ...row }, "75%")
this.$popupDialog("编辑银行", "xxba/yhjgba/components/addDialog", { isAdd: 2, ...row }, "75%")
}
}
}
......