Ver código fonte

合同计量单元修改

duy 1 ano atrás
pai
commit
ff12cefdbb

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

@@ -329,12 +329,12 @@ const closeDialog = () => {
     isCanSave.value = false
 }
 const addCheckListShow = ref(false)
-const addCheckFinish = () => {
+const addCheckFinish = (val) => {
     addCheckListShow.value = false
-    /*val.forEach((ele) => {
+    val.forEach((ele) => {
         tableData.value.push(ele)
-    })*/
-    emit('getDetail', { id: ids.value })
+    })
+    // emit('getDetail', { id: ids.value })
 }
 
 //删除