|
|
@@ -406,7 +406,7 @@
|
|
|
api2.getEntityById(_this.AppendId, _this.$axios).then(res => {
|
|
|
_this.formData = res.data
|
|
|
this.entrydetail.process = this.formData.ProcessKey
|
|
|
- this.entrydetail.business = this.formData.BusinessKey
|
|
|
+ this.entrydetail.business = _this.AppendId
|
|
|
this.entrydetail.instance = this.formData.WorkFlowId;
|
|
|
this.entrydetail.status = this.formData.Status
|
|
|
if (_this.formData.Status === '1') {
|