Commit d15f1be9 authored by danfuman's avatar danfuman

修改

parent 4552cb64
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
arr.push(data[i]) arr.push(data[i])
} }
} }
let removerList=['资质变更','备案地','备案网站','安证'] let removerList=['资质变更','备案地','备案网站','安全生产许可证']
let arrList=arr.filter(function (item) { let arrList=arr.filter(function (item) {
return !removerList.includes(item.qualificationParamNameCn) return !removerList.includes(item.qualificationParamNameCn)
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
// if(this.stateColor === '备案网站'){ // if(this.stateColor === '备案网站'){
// this.getRecordWebSite() // this.getRecordWebSite()
// } // }
// if(this.stateColor === '安证'){ // if(this.stateColor === '安全生产许可证'){
// this.getLice() // this.getLice()
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment