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
59010681
authored
2021-01-06 14:26:37 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去除debugger
1 parent
371ca4ee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
src/views/dz/index.vue
src/views/systemH/index.vue
src/views/zd/index.vue
src/views/dz/index.vue
View file @
5901068
...
...
@@ -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 @
5901068
...
...
@@ -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 @
5901068
...
...
@@ -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