Pārlūkot izejas kodu

合规性分析选址分析因子添加数据

maxiaoxiao 1 gadu atpakaļ
vecāks
revīzija
fae0732d4f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/complianceAnalysis/components/hgxsc.vue

+ 1 - 1
src/views/complianceAnalysis/components/hgxsc.vue

@@ -212,7 +212,7 @@ export default {
     getCheckedNodes() {
       // .getCheckedNodes(true) 是否只是叶子节点
       this.ruleForm.scxList = this.$refs.tree.getCheckedNodes().map((item) => {
-        return { scxbsm: item.bsm };
+        return { scxbsm: item.bsm, parameter: item.parameter };
       });
     },
   },