|
|
@@ -1,7 +1,7 @@
|
|
|
<!--山水工程列表-->
|
|
|
<template>
|
|
|
<div class="ghzc LandscapeProject">
|
|
|
- <Boxcommon :islist="islist">
|
|
|
+ <Boxcommon :islist="islist" ref="Boxcommon">
|
|
|
<template v-slot:title>
|
|
|
<span class="clearBtn" @click="changeType">
|
|
|
切换到工程{{ islist ? "总览" : "列表" }}
|
|
|
@@ -233,11 +233,7 @@ export default {
|
|
|
// activeTabs(newValue) {},
|
|
|
},
|
|
|
beforeDestroy() {
|
|
|
- store.setCockpit_vector({
|
|
|
- title: "",
|
|
|
- tableData: [],
|
|
|
- columns: [],
|
|
|
- });
|
|
|
+ this.$refs.Boxcommon.close();
|
|
|
},
|
|
|
};
|
|
|
</script>
|