员工管理修改
This commit is contained in:
parent
283fb472de
commit
fef91dd9d7
|
|
@ -721,7 +721,7 @@ export default {
|
||||||
},
|
},
|
||||||
// 表单重置
|
// 表单重置
|
||||||
reset() {
|
reset() {
|
||||||
// this.getCanteenList();
|
this.canteenOptions=[];
|
||||||
this.getKitchenDeviceSelect();
|
this.getKitchenDeviceSelect();
|
||||||
this.fileList0 = []//图片
|
this.fileList0 = []//图片
|
||||||
this.checkUrlList0 = []//图片
|
this.checkUrlList0 = []//图片
|
||||||
|
|
@ -852,7 +852,9 @@ export default {
|
||||||
let arr2 = this.accessAuthorityList.concat(arr)
|
let arr2 = this.accessAuthorityList.concat(arr)
|
||||||
this.form.accessAuthorityList=[]
|
this.form.accessAuthorityList=[]
|
||||||
arr2.forEach(item=>{
|
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.accessAuthorityList)
|
||||||
console.log(this.form)
|
console.log(this.form)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue