田源
2023-08-03 d12eff5505540a16685035728960a5f3923031ad
Source/UBCS-WEB/src/views/work/process/leave/detail.vue
@@ -91,7 +91,7 @@
            this.flowList = data.data;
          }
        })
        leaveDetail(this.businessId).then(res => {
        leaveDetail(this.businessId,this.processInstanceId).then(res => {
          const data = res.data;
          if (data.success) {
            this.form = data.data;