Commit 85a15a39 authored by 仇晓婷's avatar 仇晓婷

bug167

parent d68baf7b
...@@ -215,14 +215,16 @@ export default { ...@@ -215,14 +215,16 @@ export default {
pageSize: 10 pageSize: 10
} }
Api.getWeekTypeList(parmse).then((res) => { Api.getWeekTypeList(parmse).then((res) => {
console.log(res.result)
this.weekTypeList = res.result this.weekTypeList = res.result
}) })
}, },
//设置公休日 //设置公休日
radioChange(a) { radioChange(a) {
console.log(a)
let datArray = this.weekTypeList let datArray = this.weekTypeList
datArray.map(u=>{ datArray.map(u=>{
if(a== u.title){ if(a== u.weekendTypeName){
this.weekTypeid = u.id this.weekTypeid = u.id
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment