Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
33cea5e8
authored
2020-10-30 17:22:49 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
容密高数据类型判断
1 parent
77b0704c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/systemZD/zddcb/index.vue
src/views/systemZD/zddcb/index.vue
View file @
33cea5e
...
...
@@ -510,7 +510,7 @@ export default {
},
//判断容密高是否为区间
isInterval
(
val
){
if
(
val
==
'>'
||
val
==
'<'
||
val
==
'='
||
val
==
'>='
||
val
==
'<='
){
if
(
val
==
'>'
||
val
==
'<'
||
val
==
'='
||
val
==
'>='
||
val
==
'<='
||
val
==
null
){
return
false
}
else
{
return
true
;
...
...
Please
register
or
sign in
to post a comment