|
|
|
@ -418,7 +418,9 @@ 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 = [] |
|
|
|
|
|
|
|
|