| | |
| | | @refresh-change="refreshChange" |
| | | @on-load="onLoad"> |
| | | <template slot="menuLeft"> |
| | | <el-button type="danger" |
| | | <el-button |
| | | size="mini" |
| | | icon="el-icon-delete" |
| | | plain |
| | |
| | | label: "上级菜单", |
| | | prop: "pid", |
| | | type: "tree", |
| | | dicUrl: "/api/blade-jfpts/catalogs/catalogs/tree", |
| | | dicUrl: "/api/catalogs/catalogs/tree", |
| | | hide: true, |
| | | props: { |
| | | label: "title" |
| | |
| | | this.showMap = true; |
| | | this.$nextTick(() => { |
| | | this.$refs.mapDiv.onload = () => { |
| | | window.frames[1].init("equipment", {x: row.jd, y: row.wd}); |
| | | window.frames[0].init("equipment", {x: row.jd, y: row.wd}); |
| | | }; |
| | | }) |
| | | }, |