diff --git a/src/apps/AppDutyList/AppDutyList.vue b/src/apps/AppDutyList/AppDutyList.vue new file mode 100644 index 00000000..f4a37290 --- /dev/null +++ b/src/apps/AppDutyList/AppDutyList.vue @@ -0,0 +1,73 @@ + + + + + diff --git a/src/project/lulong/AppHandSnapshot/Statistics.vue b/src/project/lulong/AppHandSnapshot/Statistics.vue index 954c58ae..0d026e3c 100644 --- a/src/project/lulong/AppHandSnapshot/Statistics.vue +++ b/src/project/lulong/AppHandSnapshot/Statistics.vue @@ -66,7 +66,6 @@ export default { trendDataX: [], typeData: [], statusInfo: {name: '', eventStatus: ''}, - flag: false } }, computed: { @@ -299,7 +298,6 @@ export default { this.getStatistics() }, handleSelectGird(v) { - console.log(11) this.selectGird = v || {} this.getStatistics() },