eslint 修复

This commit is contained in:
fengachen
2021-09-03 20:06:59 +08:00
parent 99a46dc673
commit c6d77da29d
21 changed files with 31 additions and 43 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { getAction, deleteAction, postAction, httpAction } from '@/api/manage'
import { getAction, deleteAction,putAction, postAction, httpAction } from '@/api/manage'
import Vue from 'vue'
import {UI_CACHE_DB_DICT_DATA } from '@/store/mutation-types'