Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xichonght
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
zhangdishen
xichonght
Commits
18e25ded
Commit
18e25ded
authored
Jul 31, 2019
by
qddidi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11111
parent
3378334e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
global.js
xichongSys/src/utils/global.js
+1
-1
flow.vue
xichongSys/src/views/Myvue/flow.vue
+4
-3
No files found.
xichongSys/src/utils/global.js
View file @
18e25ded
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
// 后台管理系统服务器地址
// 后台管理系统服务器地址
//export const baseUrl = 'http://172.16.10.33:9002'
//export const baseUrl = 'http://172.16.10.33:9002'
export
const
baseUrl
=
'http://172.16.10.25:900
9
'
export
const
baseUrl
=
'http://172.16.10.25:900
2
'
//export const baseUrl2 ="http://172.16.10.33:9002"
//export const baseUrl2 ="http://172.16.10.33:9002"
export
const
baseUrl2
=
'http://172.16.10.25:9999'
export
const
baseUrl2
=
'http://172.16.10.25:9999'
// 系统数据备份还原服务器地址
// 系统数据备份还原服务器地址
...
...
xichongSys/src/views/Myvue/flow.vue
View file @
18e25ded
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
for
(
var
i
in
res
.
data
){
for
(
var
i
in
res
.
data
){
this
.
options
.
push
({
this
.
options
.
push
({
label
:
res
.
data
[
i
].
name
,
label
:
res
.
data
[
i
].
name
,
value
:
res
.
data
[
i
].
name
value
:
res
.
data
[
i
].
id
})
})
}
}
}
else
{
}
else
{
...
@@ -198,10 +198,12 @@
...
@@ -198,10 +198,12 @@
this
.
$message
.
error
(
'流程已存在,请选择其它流程!'
);
this
.
$message
.
error
(
'流程已存在,请选择其它流程!'
);
return
return
}
}
}
var
par
=
{
var
par
=
{
type
:
this
.
title
.
split
(
","
)[
0
],
type
:
this
.
title
.
split
(
","
)[
0
],
flowName
:
this
.
title
.
split
(
","
)[
1
],
flowName
:
this
.
title
.
split
(
","
)[
1
],
roleIds
:
""
,
roleIds
:
this
.
value
.
join
(
","
)
,
state
:
1
state
:
1
}
}
this
.
$api
.
getlist
.
insertFolwCourse
(
par
).
then
((
res
)
=>
{
this
.
$api
.
getlist
.
insertFolwCourse
(
par
).
then
((
res
)
=>
{
...
@@ -210,7 +212,6 @@
...
@@ -210,7 +212,6 @@
}).
catch
((
res
)
=>
{
}).
catch
((
res
)
=>
{
});
});
}
this
.
dialogVisible
=
false
this
.
dialogVisible
=
false
},
},
...
...
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