소스 검색

合同计量单元修改

ZaiZai 1 년 전
부모
커밋
28be0c65d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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

@@ -336,7 +336,7 @@ const delRow = async (row, index) => {
     delMessageV2(async (action, instance, done) => {
         if (action === 'confirm') {
             instance.confirmButtonLoading = true
-            removeCon(row.id, index)
+            await removeCon(row.id, index)
             instance.confirmButtonLoading = false
             done()
         } else {