7bd46e67 by renchao@pashanhoo.com

style:收费信息

1 parent 045a5eea
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-12-28 09:33:40
* @LastEditTime: 2023-12-29 16:35:50
-->
<template>
<div class='sfxx'>
......@@ -144,12 +144,14 @@
},
methods: {
getList () {
getSfmxList(this.$route.query.bsmBusiness).then(res => {
let bsmBusiness = this.$route.query.bsmBusiness ? this.$route.query.bsmBusiness : window.currentSelect.bsmBusiness
getSfmxList(bsmBusiness).then(res => {
this.tableData.data = res.result
})
},
hanldeAdd () {
this.$popupDialog('新增', 'workflow/components/dialog/xzsf', { bsmBusiness: this.$route.query.bsmBusiness }, '50%', true)
let bsmBusiness = this.$route.query.bsmBusiness ? this.$route.query.bsmBusiness : window.currentSelect.bsmBusiness
this.$popupDialog('新增', 'workflow/components/dialog/xzsf', { bsmBusiness: bsmBusiness }, '50%', true)
},
handleDelete (row) {
let that = this
......