Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
2c62f0ff
Commit
2c62f0ff
authored
Oct 28, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug处理
parent
3173b979
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
index.vue
pages/project/plan/index.vue
+4
-8
detail.vue
pages/project/project/detail.vue
+4
-3
No files found.
pages/project/plan/index.vue
View file @
2c62f0ff
...
@@ -227,13 +227,6 @@ export default {
...
@@ -227,13 +227,6 @@ export default {
});
});
},
},
// rowclick(row,li){
// return {
// test(){
// alert(1);
// }
// }
// },
add
(
row
)
{
add
(
row
)
{
if
(
row
){
if
(
row
){
this
.
curId
=
row
.
id
;
this
.
curId
=
row
.
id
;
...
@@ -268,7 +261,10 @@ export default {
...
@@ -268,7 +261,10 @@ export default {
console
.
warn
(
row
)
console
.
warn
(
row
)
row
.
status
=
1
;
row
.
status
=
1
;
Api
.
sendtask
(
row
).
then
(
r
=>
{
Api
.
sendtask
({
id
:
row
.
id
,
status
:
1
,
}).
then
(
r
=>
{
if
(
r
.
success
){
if
(
r
.
success
){
this
.
$Message
.
info
(
"任务派发成功!"
);
this
.
$Message
.
info
(
"任务派发成功!"
);
this
.
search
();
this
.
search
();
...
...
pages/project/project/detail.vue
View file @
2c62f0ff
...
@@ -56,9 +56,10 @@
...
@@ -56,9 +56,10 @@
</div>
</div>
<div
class=
"body-document"
>
<div
class=
"body-document"
>
<h4
v-text=
"title"
></h4>
<h4
v-text=
"title"
></h4>
<keep-alive>
<component
v-bind:is=
"detail"
:eid=
"eid"
:data=
"entity"
></component>
<component
v-bind:is=
"detail"
:eid=
"eid"
:data=
"entity"
></component>
<!--
<keep-alive>
</keep-alive>
</keep-alive>
-->
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
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