Ver código fonte

fix(ZGPT-059): 火灾分析-历史火灾下钻到独栋页面,一楼一码处的'历史火灾数'不正确,至少应该是1.

TwoKe945 1 ano atrás
pai
commit
f9a0b5be32
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/src/views/Detail/components/Risklevel.vue

+ 1 - 1
app/src/views/Detail/components/Risklevel.vue

@@ -158,7 +158,7 @@ export default {
       getLshz({
         pageNum: 1,
         pageSize: 100,
-        jzid: this.detail.id,
+        lshzjzid: this.detail.id,
       }).then((res) => {
         const list = [];
         if (res.data.rows) {