Browse Source

新增支付平台管理

dev
qb 3 weeks ago
parent
commit
d29ed46592
  1. 5
      src/views/basicdata/platform/PaymentPlatform.vue

5
src/views/basicdata/platform/PaymentPlatform.vue

@ -68,6 +68,7 @@
</div>
</basic-container>
<!-- 新增 && 编辑 -->
<el-dialog
v-model="details.popUpShow.addVisible"
width="780px"
@ -378,8 +379,8 @@ const beforeClose = done => {
};
/** 开启弹窗 */
const handleShowPop = async (type, row = {}) => {
const _form = {};
const handleShowPop = async (type, row: any = {}) => {
const _form: any = {};
for (let i = 0; i < details.formOptions.length; i++) {
const value = details.formOptions[i];

Loading…
Cancel
Save