Browse Source

完善款项结转

zhanglei
yunuo970428 2 years ago
parent
commit
e34a416256
  1. 2
      anrui-buscenter/anrui-finmanage-ui/src/views/moneycarriedforward/moneycarriedforward.vue

2
anrui-buscenter/anrui-finmanage-ui/src/views/moneycarriedforward/moneycarriedforward.vue

@ -240,8 +240,8 @@ export default {
iframe.height = this.dialogHeight iframe.height = this.dialogHeight
}, },
flowRecord(row) { flowRecord(row) {
this.centerDialogVisible = true
if (row.procDefId !== '' && row.procInstSid !== '') { if (row.procDefId !== '' && row.procInstSid !== '') {
this.centerDialogVisible = true
var params = { var params = {
deployId: row.procDefId, deployId: row.procDefId,
procInsId: row.procInstSid, procInsId: row.procInstSid,

Loading…
Cancel
Save