Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
59c82c03
authored
2023-08-15 10:25:16 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
林权保存去除土地用途验证
1 parent
b89123bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
src/views/ywbl/slsqxx/lqslxx/index.vue
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
59c82c0
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-08-1
4 12:49:48
* @LastEditTime: 2023-08-1
5 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
({
...
...
Please
register
or
sign in
to post a comment