fix(plzl):坐落条件互斥
Showing
3 changed files
with
4 additions
and
33 deletions
-
Please register or sign in to post a comment
... | ... | @@ -29,7 +29,6 @@ |
methods: { | ||
loadingStatus() { | ||
debugger | ||
console.log("是否禁用") | ||
let bsm=this.$store.state.dzbsm; | ||
queryStatus(bsm).then(res => { | ||
if (res.success) { | ||
... | ... |
... | ... | @@ -123,7 +123,6 @@ |
default: | ||
break | ||
} | ||
this.isUpdate(this.fileData.glbsm); | ||
getFileLis(this.fileData.glbsm).then(res => { | ||
if (res.success) { | ||
this.list = res.result; | ||
... | ... |