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
b250c965
authored
2022-12-08 16:27:52 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:家庭房产
1 parent
92a29bbb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
src/components/LbTable/lb-table.vue
src/components/lbTable/lb-table.vue
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/jtfc.vue
src/components/LbTable/lb-table.vue
View file @
b250c96
...
...
@@ -120,7 +120,6 @@ export default {
// 单选
singleElection
(
row
)
{
this
.
selected
=
this
.
data
.
indexOf
(
row
);
console
.
log
(
this
.
selected
);
},
tableRowClassName
({
row
,
rowIndex
})
{
...
...
src/components/lbTable/lb-table.vue
View file @
b250c96
...
...
@@ -120,7 +120,6 @@ export default {
// 单选
singleElection
(
row
)
{
this
.
selected
=
this
.
data
.
indexOf
(
row
);
console
.
log
(
this
.
selected
);
},
tableRowClassName
({
row
,
rowIndex
})
{
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
b250c96
...
...
@@ -97,6 +97,9 @@ export default {
this
.
myValue
=
val
;
let
that
=
this
if
(
val
)
{
this
.
form
.
sqrList
=
[]
this
.
form
.
qlrList
=
[]
this
.
isSearch
=
false
if
(
this
.
sqcxBsm
==
""
)
{
that
.
add
(
"sqr"
);
that
.
add
(
"qlr"
);
...
...
@@ -121,9 +124,6 @@ export default {
},
methods
:
{
closeDialog
()
{
this
.
form
.
sqrList
=
[]
this
.
form
.
qlrList
=
[]
this
.
isSearch
=
false
this
.
$emit
(
"input"
,
false
);
},
loadData
()
{
...
...
@@ -131,7 +131,7 @@ export default {
getJtfcInfo
({
sqcxBsm
:
this
.
sqcxBsm
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
==
200
)
{
this
.
form
=
_
.
cloneDeep
(
res
.
result
)
;
this
.
form
=
res
.
result
;
this
.
isSearch
=
true
;
}
});
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
b250c96
...
...
@@ -88,6 +88,7 @@ export default {
console
.
log
(
name
,
sort
);
},
handleAdd
()
{
this
.
sqcxBsm
=
''
this
.
isDialog
=
true
;
},
handleViewClick
(
row
)
{
...
...
Please
register
or
sign in
to post a comment