8837a152 by zhaoqian

Merge remote-tracking branch 'origin/master'

2 parents 52afc45b 845c6ec2
......@@ -79,7 +79,7 @@
<td>{{item.bdcdyh}}</td>
<td>{{item.xmmc}}</td>
<td>{{item.bdcqzh}}</td>
<td>{{item.qlr}}</td>
<td>{{item.qlrmc}}</td>
<td>{{item.zl}}</td>
</tr>
</table>
......
......@@ -28,7 +28,6 @@
},
methods: {
loadingStatus() {
debugger
let bsm=this.$store.state.dzbsm;
queryStatus(bsm).then(res => {
if (res.success) {
......
......@@ -38,7 +38,6 @@
},
methods: {
loadingStatus() {
debugger
console.log("是否禁用")
let bsm=this.$store.state.hbsm;
queryStatus(bsm).then(res => {
......
......@@ -46,7 +46,6 @@ export default {
},
methods: {
loadingStatus() {
debugger
console.log("是否禁用")
let bsm=this.$store.state.zdbsm;
queryStatus(bsm).then(res => {
......