Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
a37a9fd3
Commit
a37a9fd3
authored
Oct 16, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 删除打印
parent
ba015eb3
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
13 deletions
+0
-13
XhServiceMeasure.vue
src/components/createCom/XhServiceMeasure.vue
+0
-1
feedback.vue
src/components/order/feedback.vue
+0
-2
upload-progress.vue
src/components/upload-progress/upload-progress.vue
+0
-1
index.vue
src/pages/exam/index.vue
+0
-1
index.vue
src/pages/mine/superLogin/index.vue
+0
-1
settlementDetail.vue
src/pages/mine/wallet/settlementDetail.vue
+0
-1
complete.vue
src/pages/order/complete.vue
+0
-4
list.vue
src/pages/photo/list.vue
+0
-2
No files found.
src/components/createCom/XhServiceMeasure.vue
View file @
a37a9fd3
...
...
@@ -146,7 +146,6 @@ export default {
})
}
this
.
settings
=
result
console
.
log
(
"this.settings"
,
this
.
settings
)
}
else
{
console
.
log
(
res
.
message
,
'查询措施失败'
)
}
...
...
src/components/order/feedback.vue
View file @
a37a9fd3
...
...
@@ -359,7 +359,6 @@ export default {
},
weekChange
(
data
)
{
// 点击下一周
console
.
log
(
data
,
'week-data'
)
if
(
data
&&
data
.
time
)
{
let
num
=
data
.
num
let
time
=
data
.
time
...
...
@@ -397,7 +396,6 @@ export default {
},
timeChange
(
data
)
{
// 时间段选择变化
console
.
log
(
data
,
'week-data'
)
this
.
trace
.
timeRange
=
data
.
item
.
pkey
this
.
trace
.
timeItem
=
data
.
item
},
...
...
src/components/upload-progress/upload-progress.vue
View file @
a37a9fd3
...
...
@@ -130,7 +130,6 @@ export default {
},
computed
:
{
icon
()
{
console
.
log
(
process
.
uniEnv
.
qn_base_url
+
'upload-photo.png'
)
return
process
.
uniEnv
.
qn_base_url
+
'upload-photo.png'
},
defaultImg
()
{
...
...
src/pages/exam/index.vue
View file @
a37a9fd3
...
...
@@ -170,7 +170,6 @@
return
}
if
(
res
.
data
.
data
.
examStatus
==
1
)
{
console
.
log
(
'111111111111111111111111111'
)
that
.
isComplete
=
true
that
.
examScore
=
res
.
data
.
data
.
examScore
that
.
postResult
()
...
...
src/pages/mine/superLogin/index.vue
View file @
a37a9fd3
...
...
@@ -24,7 +24,6 @@
},
async
otherUser
()
{
let
res
=
await
this
.
$u
.
api
.
otherUser
({
mobile
:
this
.
mobile
})
console
.
log
(
res
)
if
(
res
&&
res
.
code
==
200
)
{
this
.
$u
.
vuex
(
"vuex_token"
,
res
.
data
);
...
...
src/pages/mine/wallet/settlementDetail.vue
View file @
a37a9fd3
...
...
@@ -52,7 +52,6 @@ export default {
computed
:
{},
onLoad
(
e
)
{
getApp
().
trackPage
(
"结算详情页"
)
console
.
log
(
"e"
,
e
)
if
(
e
&&
e
.
statementNumber
)
{
this
.
statementNumber
=
e
.
statementNumber
;
this
.
getDetail
()
...
...
src/pages/order/complete.vue
View file @
a37a9fd3
...
...
@@ -827,7 +827,6 @@ export default {
let
pass
=
true
let
first
=
true
const
lists
=
this
.
tabList
console
.
log
(
"lists"
,
lists
)
lists
.
forEach
((
group
,
groupIndex
)
=>
{
const
checkRequired
=
group
.
items
.
some
((
v
)
=>
v
.
required
)
if
(
checkRequired
)
{
...
...
@@ -838,9 +837,6 @@ export default {
pass
:
true
,
}
group
.
items
.
forEach
((
ele
,
eleIndex
)
=>
{
if
(
ele
.
fieldsType
==
'PARTS'
)
{
console
.
log
(
"ele"
,
ele
)
}
if
(
ele
.
required
)
{
panelResult
.
required
++
let
value
=
this
.
form
[
ele
.
fieldsName
]
...
...
src/pages/photo/list.vue
View file @
a37a9fd3
...
...
@@ -195,7 +195,6 @@
}
}
})
console
.
log
(
"==="
,
dataList
)
this
.
handleData
(
dataList
)
}
}
else
{
...
...
@@ -289,7 +288,6 @@
var
data
=
{
partnerCompanyId
:
this
.
systemId
}
this
.
$u
.
api
.
getWatermark
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
console
.
log
(
"==="
,
res
.
data
)
this
.
userWatermark
=
res
.
data
getApp
().
globalData
.
photo
.
waterSetting
=
this
.
userWatermark
}
else
{
...
...
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