|
|
|
@ -51,7 +51,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- <button @click = "onSave">保存</button> --> |
|
|
|
<button @click = "onSave">保存</button> |
|
|
|
<SelectReagentDialog @submit="onSelectReagentSubmit" ref="selectReagentDialogRef"> |
|
|
|
</SelectReagentDialog> |
|
|
|
</div> |
|
|
|
@ -379,7 +379,6 @@ export default { |
|
|
|
console.log(content) |
|
|
|
//生成resource |
|
|
|
let tmpResource = [] |
|
|
|
debugger |
|
|
|
//配置的试剂 |
|
|
|
tmpResource.push({ |
|
|
|
mc: content.targetName, |
|
|
|
@ -403,7 +402,7 @@ export default { |
|
|
|
return content; |
|
|
|
}, |
|
|
|
async onSave() { |
|
|
|
const formData = await this.getFilledFormData(); |
|
|
|
const formData = await this.validFormFields(["rongyeTableRef", "tableRef"]) |
|
|
|
|
|
|
|
console.log(formData, "formData") |
|
|
|
}, |
|
|
|
|