|
|
|
@ -274,7 +274,7 @@ export default { |
|
|
|
sxrq: null, |
|
|
|
kc: null, |
|
|
|
kcdw: null, |
|
|
|
type: 1, |
|
|
|
type: paralleConfigs.xzlx, |
|
|
|
syl: null, |
|
|
|
syldw: null, |
|
|
|
yxzq: null, |
|
|
|
@ -291,7 +291,6 @@ export default { |
|
|
|
row.syl = null |
|
|
|
}); |
|
|
|
|
|
|
|
debugger |
|
|
|
//使用的试剂、仪器 |
|
|
|
this.resourceTmp = tmpResource |
|
|
|
this.yqResourceTmp = [] |
|
|
|
@ -323,7 +322,7 @@ export default { |
|
|
|
// 删除平行配制配置 |
|
|
|
deleteParalleConfig(index) { |
|
|
|
if(this.formData.paralleConfigs.length===1){ |
|
|
|
// this.$message.error("至少需要1个"); |
|
|
|
this.$message.error("至少需要1个"); |
|
|
|
return; |
|
|
|
} |
|
|
|
this.formData.paralleConfigs.splice(index, 1); |
|
|
|
@ -332,7 +331,7 @@ export default { |
|
|
|
debugger |
|
|
|
}, |
|
|
|
onTableRegentSubmit(val1,va2,va3){ |
|
|
|
debugger |
|
|
|
this.$refs[`paralleStepFormPackageRef_${va2}`][0].updateFormData('xzlx',va3.selectInfo.selectType) |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
|