|
|
|
@ -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 = [] |
|
|
|
|
|
|
|
|