员工管理修改
This commit is contained in:
parent
283fb472de
commit
fef91dd9d7
|
|
@ -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=>{
|
||||
if(item.deviceType&&item.deviceType!=""){
|
||||
this.form.accessAuthorityList.push(item)
|
||||
}
|
||||
})
|
||||
console.log(this.accessAuthorityList)
|
||||
console.log(this.form)
|
||||
|
|
|
|||
Loading…
Reference in New Issue