Browse Source

完善合同审核

zhanglei
yunuo970428 2 years ago
parent
commit
b90451f362
  1. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongdanganguanli/hetongdanganguanliAdd.vue
  2. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganEdit.vue

2
anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongdanganguanli/hetongdanganguanliAdd.vue

@ -207,7 +207,7 @@ export default {
getOneContract(row.sid).then((res) => {
if (res.success) {
this.temp = res.data
this.temp.instanceId = res.data.procInstId
this.temp.instanceId = res.data.procInsId
this.temp.userSid = window.sessionStorage.getItem('userSid')
if (this.temp.contractImages.length > 0) {
this.temp.contractImages.forEach((e) => {

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganEdit.vue

@ -214,7 +214,7 @@ export default {
getOneContract(row).then((res) => {
if (res.success) {
this.temp = res.data
this.temp.instanceId = res.data.procInstId
this.temp.instanceId = res.data.procInsId
if (this.temp.contractImages.length > 0) {
this.temp.contractImages.forEach((e) => {
this.list1.push({

Loading…
Cancel
Save