@@ -20,6 +20,7 @@
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage4" :page-sizes="[1, 2, 5, 10]" :page-size="1" layout="total, sizes, prev, pager, next, jumper" :total="5">
</el-pagination>
</el-card>
+
</div>
</template>
@@ -195,6 +195,7 @@
}
},
mounted() {
// this.subSystem_name = this.$route.params.value;
var name = window.sessionStorage.getItem("subDevice_name");
@@ -96,7 +96,6 @@
})
window.sessionStorage.setItem("device_name", row.device_name); //存到sessionStorage中,下一个页面获取
-
@@ -23,7 +23,6 @@
<script>
export default {
name: "subDevice",