|
@@ -282,7 +282,7 @@ const savesubmitRelationFile = async (ids) => {
|
|
|
projectId: projectId.value,
|
|
|
contractId: contractId.value,
|
|
|
nodeId: isPrimaryKeyId.value,
|
|
|
- type: fileModalradio.value,
|
|
|
+ type: fileModalradio.value === 'test' ? 4 : fileModalradio.value === 0 ? 5 : 6,
|
|
|
ids,
|
|
|
})
|
|
|
if (!error && code === 200) {
|