Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0f0747c9
authored
Sep 01, 2020
by
lyl_task
Committed by
GitHub
Sep 01, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15 from lanyulei/dev
fix bug.
parents
559f459e
5fec88a6
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
8 deletions
src/components/ThemePicker/index.vue
src/components/VueFormMaking/components/WidgetConfig.vue
src/utils/request.js
src/views/login/index.vue
src/views/process/list/handle.vue
src/views/process/list/upcoming.vue
src/views/system/settings/index.vue
src/components/ThemePicker/index.vue
View file @
0f0747c9
...
...
@@ -35,7 +35,6 @@ export default {
if
(
typeof
val
!==
'string'
)
return
const
themeCluster
=
this
.
getThemeCluster
(
val
.
replace
(
'#'
,
''
))
const
originalCluster
=
this
.
getThemeCluster
(
oldVal
.
replace
(
'#'
,
''
))
console
.
log
(
themeCluster
,
originalCluster
)
const
$message
=
this
.
$message
({
message
:
' Compiling the theme'
,
...
...
src/components/VueFormMaking/components/WidgetConfig.vue
View file @
0f0747c9
...
...
@@ -444,7 +444,6 @@ export default {
computed
:
{
show
()
{
if
(
this
.
data
&&
Object
.
keys
(
this
.
data
).
length
>
0
)
{
console
.
log
(
this
.
data
)
return
true
}
return
false
...
...
src/utils/request.js
View file @
0f0747c9
...
...
@@ -25,7 +25,6 @@ service.interceptors.request.use(
},
error
=>
{
// do something with request error
console
.
log
(
error
)
// for debug
return
Promise
.
reject
(
error
)
}
)
...
...
@@ -99,7 +98,6 @@ service.interceptors.response.use(
})
return
}
console
.
log
(
'err'
+
error
)
// for debug
Message
({
message
:
error
.
message
,
...
...
src/views/login/index.vue
View file @
0f0747c9
...
...
@@ -235,7 +235,6 @@ export default {
this
.
getCode
()
})
}
else
{
console
.
log
(
'error submit!!'
)
return
false
}
})
...
...
src/views/process/list/handle.vue
View file @
0f0747c9
...
...
@@ -230,7 +230,6 @@ export default {
// 当前节点
this
.
nodeStepList
.
push
(
this
.
processStructureValue
.
nodes
[
i
])
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
)
{
this
.
activeIndex
=
this
.
nodeStepList
.
length
}
...
...
src/views/process/list/upcoming.vue
View file @
0f0747c9
...
...
@@ -209,7 +209,6 @@ export default {
urgeWorkOrder({
workOrderId: row.id
}).then(response => {
console.log(response)
this.$message({
type: '
success
',
message: '
已进行催办通知
!
'
...
...
src/views/system/settings/index.vue
View file @
0f0747c9
...
...
@@ -156,7 +156,6 @@ export default {
},
handleAvatarSuccess
(
res
,
file
)
{
this
.
ruleForm
.
logo
=
res
.
data
console
.
log
(
this
.
ruleForm
.
logo
)
},
beforeAvatarUpload
(
file
)
{
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