Browse Source

合同计量单元修改

duy 1 year ago
parent
commit
060a729569
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/project/debit/contract/components/unit/row-data.vue

+ 1 - 1
src/views/project/debit/contract/components/unit/row-data.vue

@@ -225,7 +225,7 @@ watch(() => props.curTreeData, (cur) => {
     deep: true,
 })
 watch(() => props.ids, (id) => {
-    tableData.value = props.curTreeData.decompositionList
+    tableData.value = getArrValue(props.curTreeData.decompositionList)
 }, {
     immediate: true,
     deep: true,