自然幢删除修改
Showing
1 changed file
with
4 additions
and
2 deletions
... | @@ -299,8 +299,10 @@ export default { | ... | @@ -299,8 +299,10 @@ export default { |
299 | }, | 299 | }, |
300 | //右键菜单的删除 | 300 | //右键菜单的删除 |
301 | deleteByBsm(){ | 301 | deleteByBsm(){ |
302 | console.log(this.zdData.zdbsm); | 302 | let params={"bsm":this.zdData.bsm,"type":this.zdData.type}; |
303 | let params={"bsm":this.zdData.zdbsm,"type":this.zdData.type} | 303 | if(this.zdData.type=='zd'){ |
304 | params={"bsm":this.zdData.zdbsm,"type":this.zdData.type}; | ||
305 | } | ||
304 | deleteZdInfoByBsm(params) | 306 | deleteZdInfoByBsm(params) |
305 | .then((res) => { | 307 | .then((res) => { |
306 | if(res.code=200){ | 308 | if(res.code=200){ | ... | ... |
-
Please register or sign in to post a comment