59c82c03 by yangwei

林权保存去除土地用途验证

1 parent b89123bd
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-08-14 12:49:48
* @LastEditTime: 2023-08-15 10:24:21
-->
<template>
<div class="slxx">
......@@ -338,15 +338,15 @@
* @author: renchao
*/
onSubmit () {
let arr = this.ruleForm.tdytqxList.filter(item => !item.yt)
if (arr.length > 0) {
this.$message({
showClose: true,
message: "土地用途不能为空",
type: "error",
});
return false;
}
// let arr = this.ruleForm.tdytqxList || [] .filter(item => !item.yt)
// if (arr.length > 0) {
// this.$message({
// showClose: true,
// message: "土地用途不能为空",
// type: "error",
// });
// return false;
// }
saveData(this.ruleForm).then((res) => {
if (res.code === 200) {
this.$message({
......