Browse Source

修改我的申请审批历史无数据展示问题

dev
long 2 years ago
parent
commit
63ef0da3aa
  1. 2
      src/views/activiti/historicDetail.vue

2
src/views/activiti/historicDetail.vue

@ -134,7 +134,7 @@ export default {
};
},
created() {
if (!this.pictureId) {
if (this.procInstId) {
this.init();
}
},

Loading…
Cancel
Save