优化员工录入人脸

This commit is contained in:
java110 2020-06-06 21:29:00 +08:00
parent 012f842fd2
commit 70fcf1502e

View File

@ -38,6 +38,10 @@
vc.on('addStaffViewInfo', 'onIndex',
function(_index) {
vc.component.addStaffViewInfo.index = _index;
if(_index == 2){
$that._initAddStaffMedia();
}
});
},
methods: {