duy 5 місяців тому
батько
коміт
97c86ddc5d
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/views/tentative/detect/commission.vue

+ 2 - 2
src/views/tentative/detect/commission.vue

@@ -521,11 +521,11 @@ const rowActionSave = async () => {
     if (!isForm) return
     rowActionLoading.value = true
     const { contractType } = contractInfo.value
-    const { id, expCount } = formModel.value
+    const { expCount } = formModel.value
     const { primaryKeyId } = nodeDataInfo.value
     setStoreValue('testTreeItem', nodeDataInfo.value)
     setStoreValue('prenodeDataInfo', nodeDataInfo.value)
-    const { repealType, sampleStatus } = creatRow.value
+    const { repealType, sampleStatus, id } = creatRow.value
 
     const { error, code, msg } = await mainApi.update({ id, expCount, repealType, sampleStatus })
     if (!error && code === 200) {