Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
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
Yulun Yao
multiSystem
Commits
3856c30f
Commit
3856c30f
authored
Nov 24, 2020
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
0b40c97b
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
tableAndMut.vue
src/views/components/tableAndMut.vue
+2
-2
basicInfo.vue
src/views/houseData/basicInfo.vue
+2
-2
cmDivision.vue
src/views/houseData/cmDivision.vue
+1
-1
indCous.vue
src/views/houseData/indCous.vue
+1
-1
managers.vue
src/views/houseData/managers.vue
+1
-1
nonResidents.vue
src/views/houseData/nonResidents.vue
+1
-1
propertyInfo.vue
src/views/houseData/propertyInfo.vue
+1
-1
No files found.
src/views/components/tableAndMut.vue
View file @
3856c30f
...
...
@@ -36,9 +36,9 @@
<a-menu-item
key=
"0"
v-if=
"$route.name == 'basicInfo'"
>
<a
@
click=
"$parent.toBul(record)"
>
门牌幢
</a>
</a-menu-item>
<a-menu-item
key=
"1"
v-if=
"$route.name == 'basicInfo'"
>
<
!--
<
a-menu-item
key=
"1"
v-if=
"$route.name == 'basicInfo'"
>
<a
@
click=
"$parent.toShebei(record)"
>
设施设备
</a>
</a-menu-item>
</a-menu-item>
-->
<a-menu-item
key=
"2"
v-if=
"$route.name == 'indCous'"
>
<a
@
click=
"$parent.toMem(record)"
>
成员列表
</a>
</a-menu-item>
...
...
src/views/houseData/basicInfo.vue
View file @
3856c30f
...
...
@@ -75,7 +75,7 @@
</
template
>
<!-- 功能按钮区 -->
<a-col
span=
"24"
class=
"algin-right"
>
<
a-button
@
click=
"exportEWM"
>
导出二维码
</a-button
>
<
!-- <a-button @click="exportEWM">导出二维码</a-button> --
>
<a-button
@
click=
"exportList"
>
导出数据
</a-button>
<a-button
@
click=
"reset"
>
重置
</a-button>
<a-button
type=
"primary"
@
click=
"search"
>
搜索
</a-button>
...
...
@@ -569,7 +569,7 @@ export default {
}
let
token
=
this
.
$cookie
.
get
(
'token'
)
// 获取token 并拼接到 newUrl
newUrl
+=
'sectType=1&token='
+
token
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
search
/export/'
+
newUrl
)
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
basicdatasync-ddd
/export/'
+
newUrl
)
},
/**
* 导出二维码
...
...
src/views/houseData/cmDivision.vue
View file @
3856c30f
...
...
@@ -256,7 +256,7 @@ export default {
}
let
token
=
this
.
$cookie
.
get
(
'token'
)
// 获取token 并拼接到 newUrl
newUrl
+=
'sectType=1&token='
+
token
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
search
/export/'
+
newUrl
)
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
basicdatasync-ddd
/export/'
+
newUrl
)
},
},
}
...
...
src/views/houseData/indCous.vue
View file @
3856c30f
...
...
@@ -257,7 +257,7 @@ export default {
}
let
token
=
this
.
$cookie
.
get
(
'token'
)
// 获取token 并拼接到 newUrl
newUrl
+=
'sectType=1&token='
+
token
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
search
/export/'
+
newUrl
)
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
basicdatasync-ddd
/export/'
+
newUrl
)
},
},
...
...
src/views/houseData/managers.vue
View file @
3856c30f
...
...
@@ -296,7 +296,7 @@ export default {
}
let
token
=
this
.
$cookie
.
get
(
'token'
)
// 获取token 并拼接到 newUrl
newUrl
+=
'sectType=1&token='
+
token
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
search
/export/'
+
newUrl
)
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
basicdatasync-ddd
/export/'
+
newUrl
)
},
},
...
...
src/views/houseData/nonResidents.vue
View file @
3856c30f
...
...
@@ -328,7 +328,7 @@ export default {
}
const
token
=
this
.
$cookie
.
get
(
'token'
)
// 获取token 并拼接到 newUrl
newUrl
+=
'&token='
+
token
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
search
/export/'
+
newUrl
)
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
basicdatasync-ddd
/export/'
+
newUrl
)
},
},
}
...
...
src/views/houseData/propertyInfo.vue
View file @
3856c30f
...
...
@@ -422,7 +422,7 @@ export default {
}
let
token
=
this
.
$cookie
.
get
(
'token'
)
// 获取token 并拼接到 newUrl
newUrl
+=
'sectType=1&token='
+
token
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
search
/export/'
+
newUrl
)
window
.
open
(
this
.
$api
.
BASE_URL
+
'/service-
basicdatasync-ddd
/export/'
+
newUrl
)
},
},
}
...
...
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