Sign in
youxiw2000
/
trash
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
1bc2e3aa48896d4815a890bfeac81a30f0fd8450
Authored by
youxiw2000
2023-05-26 08:52:36 +0800
1 parent
9db840f7
build: skipped
m
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
trash-ui/src/views/h5/task/earthsitesInfo.vue
trash-ui/src/views/h5/task/earthsitesInfo.vue
View file @
1bc2e3a
...
...
@@ -139,7 +139,6 @@ import store from "@/store";
139
139
140
140
let type = {"type":"CSDisSiteType"};
141
141
getDict(type).then(res=>{
142
- debugger;
143
142
for(var i in res.result){
144
143
145
144
if(this.infoData.disposalType == res.result[i].code){
...
...