优化代码

This commit is contained in:
Your Name 2023-09-07 18:02:48 +08:00
parent 93fc2808fc
commit 307b7cb623

View File

@ -56,6 +56,8 @@
_that.audit.assignee = _data.data[0].assignee;
if(_that.audit.assignee == '-2'){
_that._loadStaffList();
}else{
_that.audit.staffId = _data.data[0].assignee;
}
})
},