2e6727cf by renchao@pashanhoo.com

Merge branch 'dev'

2 parents d0139332 57e2866a
......@@ -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
......