mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
45cca50bd0
commit
af527e3963
@ -58,7 +58,7 @@
|
|||||||
_that._loadStaffList();
|
_that._loadStaffList();
|
||||||
}else{
|
}else{
|
||||||
_that.audit.staffId = _data.data[0].assignee;
|
_that.audit.staffId = _data.data[0].assignee;
|
||||||
this.$emit('getAuditInfo', this.audit)
|
_that.$emit('getAuditInfo', _that.audit)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user