|
|
|
@ -51,7 +51,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<button @click = "onSave">保存</button> |
|
|
|
<!-- <button @click = "onSave">保存</button> --> |
|
|
|
<SelectReagentDialog @submit="onSelectReagentSubmit" ref="selectReagentDialogRef"> |
|
|
|
</SelectReagentDialog> |
|
|
|
</div> |
|
|
|
@ -418,11 +418,8 @@ export default { |
|
|
|
async getFormData() { |
|
|
|
let content = await this.validFormFields(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "tableRef", "stepRef", |
|
|
|
"rongyeTableRef", "rongyeStepFormPackageRef", "remarkRef"]); |
|
|
|
if(!content){ |
|
|
|
return false; |
|
|
|
} |
|
|
|
console.log(content) |
|
|
|
//生成resource |
|
|
|
|
|
|
|
let tmpResource = [] |
|
|
|
|
|
|
|
let tableList = content.stepTableFormData |
|
|
|
|