| | |
| | | form:{}, |
| | | value1:"", |
| | | llrList:[], |
| | | JCDWList:[{label:"众泰",value:0},{label:"上级单位",value:1}], |
| | | JCDWList:[{label:"众泰煤焦化",value:0},{label:"上级单位",value:1}], |
| | | JCBMList:[], |
| | | YHLXList:[], |
| | | BCList:[], |
| | |
| | | this.initBC() |
| | | this.initJCLB() |
| | | this.initLlr() |
| | | this.initYHBM() |
| | | }, |
| | | methods:{ |
| | | initLlr(){ |
| | |
| | | } |
| | | }) |
| | | }, |
| | | changeYHDW(val){ |
| | | initYHBM(val){ |
| | | initYHBM().then(res=>{ |
| | | if (res.data.ok==1){ |
| | | this.YHBMList=res.data.data |
| | |
| | | }, |
| | | |
| | | // 发送隐患单跳转 |
| | | handleClick(){ |
| | | handleClick(row){ |
| | | this.$router.push({ |
| | | path:"/recheckHiddenDangerList" |
| | | path:"/recheckHiddenDangerList", |
| | | query:{"id":row.id} |
| | | }) |
| | | }, |
| | | } |