57e2866a by renchao@pashanhoo.com

style:企业银行

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