员工管理修改

This commit is contained in:
zzyuan 2025-07-02 09:40:52 +08:00
parent 283fb472de
commit fef91dd9d7
1 changed files with 4 additions and 2 deletions

View File

@ -721,7 +721,7 @@ export default {
},
//
reset() {
// this.getCanteenList();
this.canteenOptions=[];
this.getKitchenDeviceSelect();
this.fileList0 = []//
this.checkUrlList0 = []//
@ -852,7 +852,9 @@ export default {
let arr2 = this.accessAuthorityList.concat(arr)
this.form.accessAuthorityList=[]
arr2.forEach(item=>{
this.form.accessAuthorityList.push(item)
if(item.deviceType&&item.deviceType!=""){
this.form.accessAuthorityList.push(item)
}
})
console.log(this.accessAuthorityList)
console.log(this.form)