Commit 94636ebe authored by Zhang Xiaojie's avatar Zhang Xiaojie

请求管理DTO

parent 36643fb3
......@@ -16,6 +16,7 @@
// })
import { contacts, Person, flatContacts } from './contacts'
import { list, info, details } from './request'
interface Member {
parentId?: number,
......@@ -98,5 +99,8 @@ export {
contacts,
flatContacts,
Person,
Member
Member,
list,
info,
details
}
\ No newline at end of file
......@@ -37,7 +37,7 @@
<script lang="ts">
import Vue, { PropType } from 'vue'
import { info } from '../../DTO/request'
import { info } from '@/DTO'
export default Vue.extend({
name:'request',
......
......@@ -26,7 +26,7 @@
<script lang="ts">
import Vue, { PropType } from 'vue'
import { list, info, details } from '@/DTO/request'
import { list, info, details } from '@/DTO'
export default Vue.extend({
name:'requestmanagement',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment