|
|
@ -211,7 +211,10 @@ export default { |
|
|
|
// 获取标准定义 |
|
|
|
getWhetherCheckList(){ |
|
|
|
this.getStanderOne({ statid: 'WhetherCheckContent' }).then(({data=[]}) => { |
|
|
|
this.whetherCheckList=data; |
|
|
|
this.whetherCheckList=data.map(e=>{ |
|
|
|
e['stdeftab-stdeftyp']=Number(e['stdeftab-stdeftyp']); |
|
|
|
return e; |
|
|
|
}); |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|