田源
2023-08-03 08038c5e370af58687e69cda44af1b99f177f5ef
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;