删除无用代码
Showing
2 changed files
with
0 additions
and
2 deletions
| ... | @@ -38,7 +38,6 @@ | ... | @@ -38,7 +38,6 @@ |
| 38 | }, | 38 | }, |
| 39 | methods: { | 39 | methods: { |
| 40 | loadingStatus() { | 40 | loadingStatus() { |
| 41 | console.log("是否禁用") | ||
| 42 | let bsm=this.$store.state.hbsm; | 41 | let bsm=this.$store.state.hbsm; |
| 43 | queryStatus(bsm).then(res => { | 42 | queryStatus(bsm).then(res => { |
| 44 | if (res.success) { | 43 | if (res.success) { | ... | ... |
| ... | @@ -68,7 +68,6 @@ export default { | ... | @@ -68,7 +68,6 @@ export default { |
| 68 | }) | 68 | }) |
| 69 | }, | 69 | }, |
| 70 | loadingStatus() { | 70 | loadingStatus() { |
| 71 | console.log("是否禁用") | ||
| 72 | let bsm=this.$route.query.bsm; | 71 | let bsm=this.$route.query.bsm; |
| 73 | queryStatus(bsm).then(res => { | 72 | queryStatus(bsm).then(res => { |
| 74 | if (res.success) { | 73 | if (res.success) { | ... | ... |
-
Please register or sign in to post a comment