自然幢联调调整
Showing
1 changed file
with
6 additions
and
1 deletions
... | @@ -390,13 +390,18 @@ | ... | @@ -390,13 +390,18 @@ |
390 | } | 390 | } |
391 | }, | 391 | }, |
392 | onSave(){ | 392 | onSave(){ |
393 | // this.loading=true; | 393 | this.loading=true; |
394 | this.form.zrzbsm=this.bsm; | 394 | this.form.zrzbsm=this.bsm; |
395 | this.form.qlxzList= this.$refs.qlxzModule.getQlxzDataList(); | 395 | this.form.qlxzList= this.$refs.qlxzModule.getQlxzDataList(); |
396 | if(1>0){ | 396 | if(1>0){ |
397 | saveZrzInfo(this.form).then((res)=>{ | 397 | saveZrzInfo(this.form).then((res)=>{ |
398 | if(res.code===200){ | 398 | if(res.code===200){ |
399 | this.$message.success("保存完成!") | 399 | this.$message.success("保存完成!") |
400 | }else { | ||
401 | this.$message({ | ||
402 | message: res.message, | ||
403 | type: "warning", | ||
404 | }); | ||
400 | } | 405 | } |
401 | this.loading=false; | 406 | this.loading=false; |
402 | }) | 407 | }) | ... | ... |
-
Please register or sign in to post a comment