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
3f1fb4a7
authored
2020-12-07 14:19:41 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代码优化
1 parent
49423c6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
src/views/panel/create/index.vue
src/views/zd/zddcb/index.vue
src/views/panel/create/index.vue
View file @
3f1fb4a
...
...
@@ -241,7 +241,6 @@ export default {
methods
:
{
// 重置
reset
(){
debugger
if
(
this
.
$refs
[
'ruleForm'
]){
this
.
$refs
[
'ruleForm'
].
resetFields
();
}
...
...
src/views/zd/zddcb/index.vue
View file @
3f1fb4a
...
...
@@ -349,7 +349,6 @@
<
script
>
import
Qlr
from
"../../../components/formMenu/qlr"
;
import
Qlxz
from
"../../../components/formMenu/qlxz"
;
import
{
submit
}
from
"../../../api/common"
import
geoUtils
from
"@components/lineTree/tx/js/geoUtils"
;
import
{
getAllList
,
...
...
@@ -357,7 +356,7 @@ import {
getListByXzqbsm
,
getListByPbsm
,
submit
,
getTree
getTree
,
}
from
"../../../api/common"
;
import
{
getBdcdyh
,
...
...
Please
register
or
sign in
to post a comment