Browse Source

删除多余导入

dbcgit 5 years ago
parent
commit
67d62a7b77
1 changed files with 1 additions and 3 deletions
  1. 1 3
      frontend_web/src/views/duty/detail/index.vue

+ 1 - 3
frontend_web/src/views/duty/detail/index.vue

@@ -156,8 +156,6 @@
 </template>
 <script>
 // 总列数
-import DutyApi from '@/api/duty'
-import itemDetailApi from '@/api/sysadmin/itemdetail'
 const columnNum = 9
 // 固定列数
 const fixRowHeadNum = 2
@@ -210,7 +208,7 @@ export default {
       'current' // 用户获取当前页面的地址,用于关闭
     ])
   },
- 
+
   mounted () {
     this.getLocal()
     this.getPeople()