This commit is contained in:
zhaofang
2022-06-08 14:08:23 +08:00
parent 832bb132fa
commit f0b5a85646

View File

@@ -254,7 +254,7 @@ export default {
});
},
getCaseUserDetail() {
apiUser.getByIds([this.caseDetail.sysCreateAid]).then(res => {
apiUser.getByIds([this.caseDetail.authorId]).then(res => {
if (res.status == 200 && res.result.length>0) {
this.authorInfo = res.result[0];
this.toUsers = [