林权保存去除土地用途验证
Showing
1 changed file
with
10 additions
and
10 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-08-14 12:49:48 | 4 | * @LastEditTime: 2023-08-15 10:24:21 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -338,15 +338,15 @@ | ... | @@ -338,15 +338,15 @@ |
338 | * @author: renchao | 338 | * @author: renchao |
339 | */ | 339 | */ |
340 | onSubmit () { | 340 | onSubmit () { |
341 | let arr = this.ruleForm.tdytqxList.filter(item => !item.yt) | 341 | // let arr = this.ruleForm.tdytqxList || [] .filter(item => !item.yt) |
342 | if (arr.length > 0) { | 342 | // if (arr.length > 0) { |
343 | this.$message({ | 343 | // this.$message({ |
344 | showClose: true, | 344 | // showClose: true, |
345 | message: "土地用途不能为空", | 345 | // message: "土地用途不能为空", |
346 | type: "error", | 346 | // type: "error", |
347 | }); | 347 | // }); |
348 | return false; | 348 | // return false; |
349 | } | 349 | // } |
350 | saveData(this.ruleForm).then((res) => { | 350 | saveData(this.ruleForm).then((res) => { |
351 | if (res.code === 200) { | 351 | if (res.code === 200) { |
352 | this.$message({ | 352 | this.$message({ | ... | ... |
-
Please register or sign in to post a comment