mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
93fc2808fc
commit
307b7cb623
@ -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;
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user