[代码优化](v2.6):fix bug
close https://github.com/elunez/eladmin/issues/504
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
parseTime,
|
||||
downloadFile
|
||||
} from '@/utils/index'
|
||||
import checkPermission from '@/utils/permission'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
@@ -51,7 +50,6 @@ export default {
|
||||
methods: {
|
||||
parseTime,
|
||||
downloadFile,
|
||||
checkPermission,
|
||||
async init() {
|
||||
if (!await this.beforeInit()) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user