Przeglądaj źródła

合同计量单元修改

duy 1 rok temu
rodzic
commit
f4c52ff882

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

@@ -283,7 +283,7 @@ watch(() => props.curTreeData, (cur) => {
     
     // tableData.value = cur.decompositionList
     if (cur.id) {
-        getNodeType(cur.id)
+        // getNodeType(cur.id)
     }
 }, {
     immediate: true,
@@ -311,7 +311,7 @@ watch(() => props.ids, (id) => {
 
 watch(isShow, (val) => {
     if (val) {
-        // getNodeType()
+        getNodeType(curTreeData.value.id)
         getStakeype()
         tableData.value = getArrValue(props.curTreeData.decompositionList)
     }