mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化员工录入人脸
This commit is contained in:
parent
012f842fd2
commit
70fcf1502e
@ -38,6 +38,10 @@
|
||||
vc.on('addStaffViewInfo', 'onIndex',
|
||||
function(_index) {
|
||||
vc.component.addStaffViewInfo.index = _index;
|
||||
|
||||
if(_index == 2){
|
||||
$that._initAddStaffMedia();
|
||||
}
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user