Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
5fec88a6
Commit
5fec88a6
authored
Sep 01, 2020
by
Mr. Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug.
parent
7b05117e
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
8 deletions
+0
-8
src/components/ThemePicker/index.vue
+0
-1
src/components/VueFormMaking/components/WidgetConfig.vue
+0
-1
src/utils/request.js
+0
-2
src/views/login/index.vue
+0
-1
src/views/process/list/handle.vue
+0
-1
src/views/process/list/upcoming.vue
+0
-1
src/views/system/settings/index.vue
+0
-1
No files found.
src/components/ThemePicker/index.vue
View file @
5fec88a6
...
@@ -35,7 +35,6 @@ export default {
...
@@ -35,7 +35,6 @@ export default {
if
(
typeof
val
!==
'string'
)
return
if
(
typeof
val
!==
'string'
)
return
const
themeCluster
=
this
.
getThemeCluster
(
val
.
replace
(
'#'
,
''
))
const
themeCluster
=
this
.
getThemeCluster
(
val
.
replace
(
'#'
,
''
))
const
originalCluster
=
this
.
getThemeCluster
(
oldVal
.
replace
(
'#'
,
''
))
const
originalCluster
=
this
.
getThemeCluster
(
oldVal
.
replace
(
'#'
,
''
))
console
.
log
(
themeCluster
,
originalCluster
)
const
$message
=
this
.
$message
({
const
$message
=
this
.
$message
({
message
:
' Compiling the theme'
,
message
:
' Compiling the theme'
,
...
...
src/components/VueFormMaking/components/WidgetConfig.vue
View file @
5fec88a6
...
@@ -444,7 +444,6 @@ export default {
...
@@ -444,7 +444,6 @@ export default {
computed
:
{
computed
:
{
show
()
{
show
()
{
if
(
this
.
data
&&
Object
.
keys
(
this
.
data
).
length
>
0
)
{
if
(
this
.
data
&&
Object
.
keys
(
this
.
data
).
length
>
0
)
{
console
.
log
(
this
.
data
)
return
true
return
true
}
}
return
false
return
false
...
...
src/utils/request.js
View file @
5fec88a6
...
@@ -25,7 +25,6 @@ service.interceptors.request.use(
...
@@ -25,7 +25,6 @@ service.interceptors.request.use(
},
},
error
=>
{
error
=>
{
// do something with request error
// do something with request error
console
.
log
(
error
)
// for debug
return
Promise
.
reject
(
error
)
return
Promise
.
reject
(
error
)
}
}
)
)
...
@@ -99,7 +98,6 @@ service.interceptors.response.use(
...
@@ -99,7 +98,6 @@ service.interceptors.response.use(
})
})
return
return
}
}
console
.
log
(
'err'
+
error
)
// for debug
Message
({
Message
({
message
:
error
.
message
,
message
:
error
.
message
,
...
...
src/views/login/index.vue
View file @
5fec88a6
...
@@ -235,7 +235,6 @@ export default {
...
@@ -235,7 +235,6 @@ export default {
this
.
getCode
()
this
.
getCode
()
})
})
}
else
{
}
else
{
console
.
log
(
'error submit!!'
)
return
false
return
false
}
}
})
})
...
...
src/views/process/list/handle.vue
View file @
5fec88a6
...
@@ -230,7 +230,6 @@ export default {
...
@@ -230,7 +230,6 @@ export default {
// 当前节点
// 当前节点
this
.
nodeStepList
.
push
(
this
.
processStructureValue
.
nodes
[
i
])
this
.
nodeStepList
.
push
(
this
.
processStructureValue
.
nodes
[
i
])
this
.
activeIndex
=
this
.
nodeStepList
.
length
-
1
this
.
activeIndex
=
this
.
nodeStepList
.
length
-
1
console
.
log
(
this
.
processStructureValue
.
workOrder
.
state
.
length
,
this
.
processStructureValue
.
workOrder
.
state
.
length
<=
1
)
if
(
i
+
1
===
this
.
processStructureValue
.
nodes
.
length
)
{
if
(
i
+
1
===
this
.
processStructureValue
.
nodes
.
length
)
{
this
.
activeIndex
=
this
.
nodeStepList
.
length
this
.
activeIndex
=
this
.
nodeStepList
.
length
}
}
...
...
src/views/process/list/upcoming.vue
View file @
5fec88a6
...
@@ -209,7 +209,6 @@ export default {
...
@@ -209,7 +209,6 @@ export default {
urgeWorkOrder
({
urgeWorkOrder
({
workOrderId
:
row
.
id
workOrderId
:
row
.
id
}).
then
(
response
=>
{
}).
then
(
response
=>
{
console
.
log
(
response
)
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'已进行催办通知!'
message
:
'已进行催办通知!'
...
...
src/views/system/settings/index.vue
View file @
5fec88a6
...
@@ -156,7 +156,6 @@ export default {
...
@@ -156,7 +156,6 @@ export default {
},
},
handleAvatarSuccess
(
res
,
file
)
{
handleAvatarSuccess
(
res
,
file
)
{
this
.
ruleForm
.
logo
=
res
.
data
this
.
ruleForm
.
logo
=
res
.
data
console
.
log
(
this
.
ruleForm
.
logo
)
},
},
beforeAvatarUpload
(
file
)
{
beforeAvatarUpload
(
file
)
{
const
isLt2M
=
file
.
size
/
1024
/
1024
<
2
const
isLt2M
=
file
.
size
/
1024
/
1024
<
2
...
...
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