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