Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
huaxin-rq
Commits
a1936063
Commit
a1936063
authored
Feb 09, 2026
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改任务乡镇查询。以及添加清空问题
parent
444cd7d3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.vue
huaxin-web/src/views/checktask/task/index.vue
+2
-1
No files found.
huaxin-web/src/views/checktask/task/index.vue
View file @
a1936063
...
@@ -577,6 +577,7 @@ export default {
...
@@ -577,6 +577,7 @@ export default {
}
,
}
,
/** 新增按钮操作 */
/** 新增按钮操作 */
handleAdd
()
{
handleAdd
()
{
this
.
oldcommunity
=
[]
this
.
reset
();
this
.
reset
();
//this.getProvinceInfo();
//this.getProvinceInfo();
this
.
getStreet
();
this
.
getStreet
();
...
@@ -782,7 +783,7 @@ export default {
...
@@ -782,7 +783,7 @@ export default {
}
,
}
,
//获取街道镇信息
//获取街道镇信息
getStreet
(){
getStreet
(){
aLLAreaListInfo
({
parentId
:
this
.
form
.
county
}
).
then
(
res
=>
{
aLLAreaListInfo
({
parentId
:
this
.
form
.
county
==
null
?
8
:
this
.
form
.
county
}
).
then
(
res
=>
{
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
this
.
streeData
=
res
.
data
;
this
.
streeData
=
res
.
data
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment