@@ -197,11 +197,6 @@
@close="onCloseIssueSub"
:monitorInfo="this.monitorInfo">
</issue-sub-dia>
- <resource-list
- v-if="showRes === 1"
- @closeRes="onCloseRes"
- :monitorInfo="this.monitorInfo">
- </resource-list>
</div>
@@ -229,7 +224,6 @@ import company from "../data/company.json";
export default {
name: "EngineeringMain",
components: {
- ResourceList,
IssueSubDia,
CameraScreen,
IssueListDia,
@@ -353,10 +347,6 @@ export default {
this.showIssue = 1
},
- onCloseRes(){
- this.showC = false;
- this.showRes = 0
- },
showDialog(type) {