| | |
| | | </el-row> |
| | | <div |
| | | v-if=" |
| | | list.safetyInspectionItemResult == '0' || null ? false : true |
| | | list.safetyInspectionItemResult == 0 ? false : true |
| | | " |
| | | > |
| | | <el-row style="padding: 15px 1%"> |
| | |
| | | }; |
| | | }, |
| | | created() { |
| | | this.id = this.$route.query; |
| | | this.itemInfo(this.$route.query); |
| | | this.id = this.$route.query.id; |
| | | this.itemInfo(this.$route.query.idC); |
| | | }, |
| | | methods: { |
| | | itemInfo(id) { |
| | | safetySelfInspectionItemInfo(id).then((res) => { |
| | | safetySelfInspectionItemInfo({id:id}).then((res) => { |
| | | this.list = res.data.result; |
| | | }); |
| | | }, |
| | |
| | | }); |
| | | this.$router.push({ |
| | | path: "/gojudging", |
| | | query:{ |
| | | id:this.id |
| | | } |
| | | }); |
| | | } |
| | | }); |
| | |
| | | back() { |
| | | this.$router.push({ |
| | | path: "/gojudging", |
| | | query:{ |
| | | id:this.id |
| | | } |
| | | }); |
| | | }, |
| | | handleClick(data) { |