Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
8837a152
authored
2021-01-06 14:51:00 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
52afc45b
845c6ec2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
4 deletions
src/components/zdQueryData/zdQueryData.vue
src/views/dz/index.vue
src/views/systemH/index.vue
src/views/zd/index.vue
src/components/zdQueryData/zdQueryData.vue
View file @
8837a15
...
...
@@ -79,7 +79,7 @@
<td>
{{
item
.
bdcdyh
}}
</td>
<td>
{{
item
.
xmmc
}}
</td>
<td>
{{
item
.
bdcqzh
}}
</td>
<td>
{{
item
.
qlr
}}
</td>
<td>
{{
item
.
qlr
mc
}}
</td>
<td>
{{
item
.
zl
}}
</td>
</tr>
</table>
...
...
src/views/dz/index.vue
View file @
8837a15
...
...
@@ -28,7 +28,6 @@
},
methods
:
{
loadingStatus
()
{
debugger
let
bsm
=
this
.
$store
.
state
.
dzbsm
;
queryStatus
(
bsm
).
then
(
res
=>
{
if
(
res
.
success
)
{
...
...
src/views/systemH/index.vue
View file @
8837a15
...
...
@@ -38,7 +38,6 @@
},
methods
:
{
loadingStatus
()
{
debugger
console
.
log
(
"是否禁用"
)
let
bsm
=
this
.
$store
.
state
.
hbsm
;
queryStatus
(
bsm
).
then
(
res
=>
{
...
...
src/views/zd/index.vue
View file @
8837a15
...
...
@@ -46,7 +46,6 @@ export default {
},
methods
:
{
loadingStatus
()
{
debugger
console
.
log
(
"是否禁用"
)
let
bsm
=
this
.
$store
.
state
.
zdbsm
;
queryStatus
(
bsm
).
then
(
res
=>
{
...
...
Please
register
or
sign in
to post a comment