Browse Source

fix:[模板管理][生物样品分析方法学样品制备表(Recovery)]

lkf
HanLong 2 months ago
parent
commit
bcf1054da4
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/Recovery.vue

+ 4
- 1
src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/Recovery.vue View File

@ -416,7 +416,10 @@ export default {
async getFormData() {
let content = await this.validFormFields(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "tableRef", "stepRef",
"rongyeTableRef", "rongyeStepFormPackageRef", "remarkRef"]);
console.log(content)
if(!content) {
return false;
}
//resource
let tmpResource = []

Loading…
Cancel
Save