8affec23 by renchao@pashanhoo.com

style:企业银行

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