This commit is contained in:
熊成强 2020-11-19 15:24:47 +08:00
parent a319efeade
commit 9f53b2d130

View File

@ -33,7 +33,6 @@ export default {
...mapState(['user']) ...mapState(['user'])
}, },
async created () { async created () {
console.log('process: ', process)
if (!dd.other) { if (!dd.other) {
var vConsole = new VConsole({ var vConsole = new VConsole({
vConsole_switch_x: 0, vConsole_switch_x: 0,
@ -47,6 +46,8 @@ export default {
this.GET_DEPLIST() this.GET_DEPLIST()
}, },
mounted () {
},
methods: { methods: {
onCancel () { onCancel () {