mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交
This commit is contained in:
@@ -254,7 +254,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
getCaseUserDetail() {
|
getCaseUserDetail() {
|
||||||
apiUser.getByIds([this.caseDetail.sysCreateAid]).then(res => {
|
apiUser.getByIds([this.caseDetail.authorId]).then(res => {
|
||||||
if (res.status == 200 && res.result.length>0) {
|
if (res.status == 200 && res.result.length>0) {
|
||||||
this.authorInfo = res.result[0];
|
this.authorInfo = res.result[0];
|
||||||
this.toUsers = [
|
this.toUsers = [
|
||||||
|
|||||||
Reference in New Issue
Block a user