57e2866a by renchao@pashanhoo.com

style:企业银行

1 parent 574d78bd
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
106 * @author: renchao 106 * @author: renchao
107 */ 107 */
108 handleAdd () { 108 handleAdd () {
109 this.$popupDialog("添加企业", "xxba/components/addDialog", { isAdd: 1, }, "75%") 109 this.$popupDialog("添加企业", "xxba/components/addDialog", { isAdd: 1 }, "75%")
110 }, 110 },
111 /** 111 /**
112 * @description: handleDelete 112 * @description: handleDelete
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-15 15:47:37 4 * @LastEditTime: 2023-11-07 13:32:51
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
105 * @author: renchao 105 * @author: renchao
106 */ 106 */
107 handleAdd () { 107 handleAdd () {
108 this.$popupDialog("添加企业", "xxba/components/addDialog", {}, "75%") 108 this.$popupDialog("添加银行", "xxba/components/addDialog", { isAdd: 1 }, "75%")
109 }, 109 },
110 /** 110 /**
111 * @description: handleDelete 111 * @description: handleDelete
......