Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
08b2bd03
Commit
08b2bd03
authored
Jun 26, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
ec5d9c16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+4
-3
No files found.
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
08b2bd03
...
@@ -144,12 +144,12 @@
...
@@ -144,12 +144,12 @@
</div>
</div>
<div
class=
" table-item-jf"
v-if=
"tableData.length>0"
>
<div
class=
" table-item-jf"
v-if=
"tableData.length>0"
>
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#F0F3FA'}" element-loading-text="Loading" border highlight-current-row>
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#F0F3FA'}" element-loading-text="Loading" border highlight-current-row>
<el-table-column
type=
"index"
label=
"序号"
width=
"60"
>
<el-table-column
type=
"index"
label=
"序号"
fixed
width=
"60"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
20
+
scope
.
$index
+
1
}}
</span>
<span>
{{
(
pageNum
-
1
)
*
20
+
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"公司名称"
width=
"430"
>
<el-table-column
label=
"公司名称"
fixed
width=
"430"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"renling"
>
<div
class=
"renling"
>
<router-link
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}`" tag="a" class="list-titel-a" v-html="scope.row.companyName" >
</router-link>
<router-link
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}`" tag="a" class="list-titel-a" v-html="scope.row.companyName" >
</router-link>
...
@@ -599,6 +599,7 @@ export default {
...
@@ -599,6 +599,7 @@ export default {
cityIds
=
[],
cityIds
=
[],
areaIds
=
[];
areaIds
=
[];
this
.
domicile
=
[];
this
.
domicile
=
[];
console
.
log
(
arr
);
for
(
var
i
in
arr
)
{
for
(
var
i
in
arr
)
{
if
(
arr
[
i
].
parent
)
{
if
(
arr
[
i
].
parent
)
{
if
(
!
arr
[
i
].
parent
.
checked
)
{
if
(
!
arr
[
i
].
parent
.
checked
)
{
...
@@ -825,7 +826,7 @@ export default {
...
@@ -825,7 +826,7 @@ export default {
delete
params
.
provinceIds
delete
params
.
provinceIds
}
}
if
(
data
.
cityIds
.
length
>
0
){
if
(
data
.
cityIds
.
length
>
0
){
params
[
'cityIds'
]
=
data
.
province
Ids
;
params
[
'cityIds'
]
=
data
.
city
Ids
;
}
else
{
}
else
{
delete
params
.
cityIds
delete
params
.
cityIds
}
}
...
...
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