|
@@ -187,7 +187,6 @@ export default {
|
|
|
plazaId: this.$store.state.plazaId,
|
|
|
}
|
|
|
querySelect({ data, postParams }).then((res) => {
|
|
|
- debugger
|
|
|
//console.log('下拉框', res)
|
|
|
let status2 = [],
|
|
|
zgbm = [],
|
|
@@ -197,13 +196,8 @@ export default {
|
|
|
conclusion = res.data.data.sms_dsfrw.conclusion ? res.data.data.sms_dsfrw.conclusion : []
|
|
|
if (status2.length > 0) {
|
|
|
status2.forEach((el) => {
|
|
|
- // let obj = {
|
|
|
- // id: el.key,
|
|
|
- // name: el.value,
|
|
|
- // }
|
|
|
el.id = el.key
|
|
|
el.name = el.value
|
|
|
- // status2.push(obj)
|
|
|
})
|
|
|
this.status2 = this.allArr.concat(status2)
|
|
|
}
|