Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
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
4d511912
authored
2023-02-10 15:35:09 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除调试代码
1 parent
66486d26
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
18 deletions
src/components/Echart/Rose/Chart.vue
src/components/IconList/index.vue
src/components/JsonEditor.vue
src/components/JsonEditors/index.vue
src/components/LbTable/index.vue
src/components/Theme.vue
src/layout1/components/Breadcrumb/index.vue
src/views/home/dataView/box.vue
src/views/home/dataView/rightcard.vue
src/views/system/dictionaries/components/editDialog.vue
src/views/system/menus/authorizationdiglog.vue
src/components/Echart/Rose/Chart.vue
View file @
4d51191
...
...
@@ -21,7 +21,6 @@ export default {
watch
:
{
cdata
:
{
handler
(
newData
)
{
console
.
log
(
"newData"
,
newData
);
this
.
options
=
{
grid
:
{
right
:
"1%"
,
...
...
src/components/IconList/index.vue
View file @
4d51191
...
...
@@ -64,7 +64,6 @@ export default {
this
.
visible
=
show
},
handleClick
(
tab
,
event
)
{
console
.
log
(
tab
,
event
)
},
changeData
(
iconName
)
{
this
.
visible
=
false
...
...
src/components/JsonEditor.vue
View file @
4d51191
...
...
@@ -18,10 +18,8 @@ export default {
},
methods
:
{
onJsonChange
(
value
)
{
console
.
log
(
'value:'
,
value
);
},
onJsonSave
(
value
)
{
console
.
log
(
'value:'
,
value
);
}
}
}
...
...
src/components/JsonEditors/index.vue
View file @
4d51191
...
...
@@ -69,7 +69,6 @@ export default {
},
onJsonSave
()
{
const
value
=
this
.
resultInfo
console
.
log
(
this
.
resultInfo
,
'resultInfo'
)
if
(
this
.
hasJsonFlag
===
false
)
{
this
.
$message
.
error
({
message
:
'json格式验证失败'
,
showClose
:
true
})
// alert("json验证失败")
...
...
@@ -87,7 +86,6 @@ export default {
this
.
dialogVisible
=
true
},
cancel
()
{
console
.
log
(
this
.
tmpResultInfo
,
'tmpResultInfo'
)
this
.
resultInfo
=
this
.
tmpResultInfo
this
.
dialogVisible
=
false
},
...
...
src/components/LbTable/index.vue
View file @
4d51191
...
...
@@ -129,7 +129,6 @@ export default {
if
(
!
this
.
heightNumSetting
)
{
let
_this
=
this
if
(
this
.
heightNum
)
{
console
.
log
(
"this.heightNum``"
,
this
.
heightNum
);
_this
.
$nextTick
(()
=>
{
window
.
addEventListener
(
'resize'
,
()
=>
{
...
...
src/components/Theme.vue
View file @
4d51191
...
...
@@ -32,8 +32,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'
,
customClass
:
'theme-message'
,
...
...
src/layout1/components/Breadcrumb/index.vue
View file @
4d51191
...
...
@@ -46,7 +46,6 @@ export default {
}
this
.
levelList
=
matched
.
filter
(
item
=>
item
.
meta
&&
item
.
meta
.
title
&&
item
.
meta
.
breadcrumb
!==
false
)
console
.
log
(
this
.
levelList
)
},
isDashboard
(
route
)
{
const
name
=
route
&&
route
.
name
...
...
src/views/home/dataView/box.vue
View file @
4d51191
...
...
@@ -32,7 +32,6 @@ export default {
const
{
width
,
height
}
=
this
;
const
wh
=
window
.
innerHeight
/
height
;
const
ww
=
window
.
innerWidth
/
width
;
console
.
log
(
ww
<
wh
?
ww
:
wh
);
return
ww
<
wh
?
ww
:
wh
;
},
setScale
()
{
...
...
src/views/home/dataView/rightcard.vue
View file @
4d51191
...
...
@@ -45,12 +45,9 @@ export default {
try
{
let
{
result
:
res
}
=
await
work
.
addhousetotal
();
res
.
map
((
item
,
index
)
=>
{
console
.
log
(
"item"
,
item
);
console
.
log
(
"index"
,
index
);
return
(
this
.
config
.
data
.
push
([
index
,
item
.
fwyt
,
item
.
fwxz
,
item
.
mj
])
)
});
}
catch
(
error
)
{
console
.
log
(
"error"
,
error
);
...
...
src/views/system/dictionaries/components/editDialog.vue
View file @
4d51191
...
...
@@ -343,15 +343,12 @@ export default {
},
// 上移下移
moveUpward
(
index
,
row
)
{
console
.
log
(
"row上移"
,
row
);
realMove
(
row
.
dictid
,
"UP"
,
this
.
tableData
);
let
id
=
findParents
(
this
.
tableData
,
row
.
dictid
);
this
.
keyList
=
id
;
this
.
key
++
;
},
moveDown
(
index
,
row
)
{
console
.
log
(
"row下移"
,
row
);
realMove
(
row
.
dictid
,
"DOWN"
,
this
.
tableData
);
let
id
=
findParents
(
this
.
tableData
,
row
.
dictid
);
this
.
keyList
=
id
;
...
...
src/views/system/menus/authorizationdiglog.vue
View file @
4d51191
...
...
@@ -119,7 +119,6 @@ export default {
// })
},
handleSelectionChange
(
val
)
{
console
.
log
(
"vadddl"
,
val
);
this
.
multipleSelection
=
val
}
}
...
...
Please
register
or
sign in
to post a comment