枚举更新
This commit is contained in:
@ -99,7 +99,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import Chart from './Chart.vue'
|
||||
import DateRangeSelect from './../DateRangeSelect.vue'
|
||||
import {
|
||||
getStackNameList,
|
||||
@ -111,14 +110,6 @@
|
||||
mapState
|
||||
} from 'vuex'
|
||||
export default {
|
||||
computed: {
|
||||
...mapState({
|
||||
workStatusOptions: (state) =>
|
||||
state.ems.workStatusOptions,
|
||||
communicationStatusOptions: (state) =>
|
||||
state.ems.communicationStatusOptions,
|
||||
})
|
||||
},
|
||||
components: {
|
||||
DateRangeSelect
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user