Commit 1bc2e3aa48896d4815a890bfeac81a30f0fd8450

Authored by youxiw2000
1 parent 9db840f7

m

trash-ui/src/views/h5/task/earthsitesInfo.vue
@@ -139,7 +139,6 @@ import store from "@/store"; @@ -139,7 +139,6 @@ import store from "@/store";
139 139
140 let type = {"type":"CSDisSiteType"}; 140 let type = {"type":"CSDisSiteType"};
141 getDict(type).then(res=>{ 141 getDict(type).then(res=>{
142 - debugger;  
143 for(var i in res.result){ 142 for(var i in res.result){
144 143
145 if(this.infoData.disposalType == res.result[i].code){ 144 if(this.infoData.disposalType == res.result[i].code){