|
@@ -2,8 +2,8 @@
|
|
|
<div class="radio-box">
|
|
|
<el-radio-group v-model="fileModalradio" @change="radioChange">
|
|
|
<el-radio value="test">试验检测</el-radio>
|
|
|
- <el-radio :value="0">第三方检测</el-radio>
|
|
|
- <el-radio :value="1">外委检测</el-radio>
|
|
|
+ <el-radio :value="1">第三方检测</el-radio>
|
|
|
+ <el-radio :value="0">外委检测</el-radio>
|
|
|
</el-radio-group>
|
|
|
</div>
|
|
|
<div class="adding-form-dialog-box">
|
|
@@ -286,7 +286,7 @@ const savesubmitRelationFile = async (ids) => {
|
|
|
projectId: projectId.value,
|
|
|
contractId: contractId.value,
|
|
|
nodeId: filenodeDataInfo.value?.pkeyId,
|
|
|
- type: fileModalradio.value === 'test' ? 11 : fileModalradio.value === 0 ? 12 : 13,
|
|
|
+ type: fileModalradio.value === 'test' ? 11 : fileModalradio.value === 1 ? 12 : 13,
|
|
|
ids,
|
|
|
qualityTestPKeyld:isPrimaryKeyId.value,
|
|
|
|