|
@@ -42,7 +42,6 @@ export default {
|
|
getWbxs({ ...this.params, qy: this.qy === "重庆市" ? "" : this.qy }).then(
|
|
getWbxs({ ...this.params, qy: this.qy === "重庆市" ? "" : this.qy }).then(
|
|
(res) => {
|
|
(res) => {
|
|
let list = res.data.rows;
|
|
let list = res.data.rows;
|
|
-
|
|
|
|
list = res.data.rows.map((item) => {
|
|
list = res.data.rows.map((item) => {
|
|
return [
|
|
return [
|
|
{
|
|
{
|
|
@@ -84,7 +83,6 @@ export default {
|
|
getWtype() {
|
|
getWtype() {
|
|
getDxjj({ ...this.params, qy: this.qy === "重庆市" ? "" : this.qy }).then(
|
|
getDxjj({ ...this.params, qy: this.qy === "重庆市" ? "" : this.qy }).then(
|
|
(res) => {
|
|
(res) => {
|
|
-
|
|
|
|
let lists = res.data.rows;
|
|
let lists = res.data.rows;
|
|
lists = res.data.rows.map((item) => {
|
|
lists = res.data.rows.map((item) => {
|
|
return [
|
|
return [
|
|
@@ -100,7 +98,6 @@ export default {
|
|
name: '无(消防设施有问题)',
|
|
name: '无(消防设施有问题)',
|
|
value: item.wdxjjxfssywt,
|
|
value: item.wdxjjxfssywt,
|
|
},
|
|
},
|
|
-
|
|
|
|
]
|
|
]
|
|
});
|
|
});
|
|
this.dxjjList =lists[0];
|
|
this.dxjjList =lists[0];
|