Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
web
Commits
0a491a52
Commit
0a491a52
authored
Oct 17, 2024
by
ztf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改项目群字段
parent
9ae5e92d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
index.vue
.../src/privateComponents/components/createProject/index.vue
+9
-1
index.vue
.../privateComponents/components/gotoProjectDetial/index.vue
+1
-1
index.vue
.../privateComponents/components/selectProjectName/index.vue
+1
-1
No files found.
applications/dee-project/src/privateComponents/components/createProject/index.vue
View file @
0a491a52
<!--
* @Author: zhangtianfeng 3232807530@qq.com
* @Date: 2024-09-12 09:09:39
* @LastEditors: zhangtianfeng 3232807530@qq.com
* @LastEditTime: 2024-10-17 14:09:33
* @FilePath: \inet-two\applications\dee-project\src\privateComponents\components\createProject\index.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<
template
>
<
template
>
<div
class=
"project"
>
<div
class=
"project"
>
<dee-as-com
<dee-as-com
...
@@ -40,7 +48,7 @@ export default {
...
@@ -40,7 +48,7 @@ export default {
}
}
},
},
watch
:
{
watch
:
{
'form.
dynamicAttrs.
projectClass'
:
{
'form.projectClass'
:
{
immediate
:
true
,
immediate
:
true
,
deep
:
true
,
deep
:
true
,
handler
(
val
)
{
handler
(
val
)
{
...
...
applications/dee-project/src/privateComponents/components/gotoProjectDetial/index.vue
View file @
0a491a52
...
@@ -57,7 +57,7 @@ export default {
...
@@ -57,7 +57,7 @@ export default {
const
id
=
this
.
form
.
id
const
id
=
this
.
form
.
id
const
pageNumber
=
'7cbdc38f-0122-4e78-b162-57601a33bb7a'
const
pageNumber
=
'7cbdc38f-0122-4e78-b162-57601a33bb7a'
const
title
=
'项目要素'
const
title
=
'项目要素'
const
type
=
this
.
form
.
dynamicAttrs
.
projectClass
===
'project'
?
'项目'
:
'子项'
const
type
=
this
.
form
.
projectClass
===
'project'
?
'项目'
:
'子项'
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
`/page/
${
pageNumber
}
/
${
id
}
?type=
${
type
}
&title=
${
title
}
&id=
${
id
}
&name=
${
name
}
&secretCode=
${
secretCode
}
`
,
path
:
`/page/
${
pageNumber
}
/
${
id
}
?type=
${
type
}
&title=
${
title
}
&id=
${
id
}
&name=
${
name
}
&secretCode=
${
secretCode
}
`
,
query
:
{
name
:
name
,
id
:
id
}
query
:
{
name
:
name
,
id
:
id
}
...
...
applications/dee-project/src/privateComponents/components/selectProjectName/index.vue
View file @
0a491a52
...
@@ -80,7 +80,7 @@ export default {
...
@@ -80,7 +80,7 @@ export default {
value
(
val
)
{
value
(
val
)
{
this
.
$emit
(
'input'
,
val
)
this
.
$emit
(
'input'
,
val
)
},
},
'form.
dynamicAttrs.
projectClass'
:
{
'form.projectClass'
:
{
immediate
:
true
,
immediate
:
true
,
deep
:
true
,
deep
:
true
,
handler
(
val
)
{
handler
(
val
)
{
...
...
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