Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OKR
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
OKR
Commits
94636ebe
Commit
94636ebe
authored
Jul 30, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
请求管理DTO
parent
36643fb3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
index.ts
src/DTO/index.ts
+6
-1
request.vue
src/views/components/request.vue
+1
-1
request-managemant.vue
src/views/request-managemant.vue
+1
-1
No files found.
src/DTO/index.ts
View file @
94636ebe
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
// })
// })
import
{
contacts
,
Person
,
flatContacts
}
from
'./contacts'
import
{
contacts
,
Person
,
flatContacts
}
from
'./contacts'
import
{
list
,
info
,
details
}
from
'./request'
interface
Member
{
interface
Member
{
parentId
?:
number
,
parentId
?:
number
,
...
@@ -98,5 +99,8 @@ export {
...
@@ -98,5 +99,8 @@ export {
contacts
,
contacts
,
flatContacts
,
flatContacts
,
Person
,
Person
,
Member
Member
,
list
,
info
,
details
}
}
\ No newline at end of file
src/views/components/request.vue
View file @
94636ebe
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
Vue
,
{
PropType
}
from
'vue'
import
Vue
,
{
PropType
}
from
'vue'
import
{
info
}
from
'
../../DTO/request
'
import
{
info
}
from
'
@/DTO
'
export
default
Vue
.
extend
({
export
default
Vue
.
extend
({
name
:
'request'
,
name
:
'request'
,
...
...
src/views/request-managemant.vue
View file @
94636ebe
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
Vue
,
{
PropType
}
from
'vue'
import
Vue
,
{
PropType
}
from
'vue'
import
{
list
,
info
,
details
}
from
'@/DTO
/request
'
import
{
list
,
info
,
details
}
from
'@/DTO'
export
default
Vue
.
extend
({
export
default
Vue
.
extend
({
name
:
'requestmanagement'
,
name
:
'requestmanagement'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment