Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cc477340
authored
2020-08-03 09:30:22 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改已办详情页按钮
1 parent
f5b17abe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
src/main/webapp/view/PHJG/PHGL/yiban/js/widget.js
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
View file @
cc47734
...
...
@@ -96,7 +96,7 @@ var self = new Vue({
var
projectid
=
data
.
id
;
var
flowInstanceId
=
data
.
INSTANCEID
;
var
titleEncode
=
encodeURI
(
encodeURI
(
data
.
PROJECTNAME
));
var
stats
=
data
.
stats
?
data
.
stats
:
'
'
;
var
stats
=
'dealedproject
'
;
var
projecttype
=
data
.
FLOWNAME
;
var
PROJECTSTATUS
=
encodeURI
(
encodeURI
(
data
.
PROJECTSTATUS
));
var
FLOWREVISIONID
=
data
.
FLOWREVISIONID
;
...
...
src/main/webapp/view/PHJG/PHGL/yiban/js/widget.js
View file @
cc47734
...
...
@@ -126,7 +126,7 @@ var self = new Vue({
var
projectid
=
data
.
id
;
var
flowInstanceId
=
data
.
INSTANCEID
;
var
titleEncode
=
encodeURI
(
encodeURI
(
data
.
PROJECTNAME
));
var
stats
=
data
.
stats
?
data
.
stats
:
'
'
;
var
stats
=
'dealedproject
'
;
var
projecttype
=
data
.
FLOWNAME
;
var
PROJECTSTATUS
=
encodeURI
(
encodeURI
(
data
.
PROJECTSTATUS
));
var
FLOWREVISIONID
=
data
.
FLOWREVISIONID
;
...
...
Please
register
or
sign in
to post a comment