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