Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
6570979f
authored
2023-09-12 09:29:22 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
3b1a059f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
src/views/xxba/components/clxx/dialog/imagePreview.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/xxba/components/clxx/dialog/imagePreview.vue
View file @
6570979
...
...
@@ -137,6 +137,11 @@
}
},
// 左右移动
/**
* @description: 左右移动
* @param {*} direction
* @author: renchao
*/
handleMove
(
direction
)
{
move
(
this
.
previewImg
.
imgList
[
this
.
previewImg
.
index
].
bsmFile
,
direction
).
then
(
res
=>
{
this
.
$emit
(
'updateList'
,
{
children
:
res
.
result
,
bsmMaterial
:
this
.
previewImg
.
bsmMaterial
})
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
6570979
...
...
@@ -95,7 +95,7 @@
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
<div
class=
"from-clues-content loadingtext"
>
...
...
@@ -297,6 +297,11 @@
this
.
bdcdysz
=
val
;
}
},
/**
* @description: handleLpbClick
* @param {*} item
* @author: renchao
*/
handleLpbClick
(
item
)
{
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
...
...
@@ -307,17 +312,6 @@
}
})
},
handleSelectionChange
(
val
)
{
if
(
this
.
sqywInfo
.
sqywdylx
==
"1"
)
{
if
(
val
.
length
>
1
)
{
this
.
bdcdysz
=
[...
val
[
val
.
length
-
1
]];
}
else
{
this
.
bdcdysz
=
val
;
}
}
else
{
this
.
bdcdysz
=
val
;
}
},
/**
* @description: select
* @param {*} selection
...
...
Please
register
or
sign in
to post a comment