Browse Source

feat:[模板管理][update]

lkf
luojie 3 months ago
parent
commit
9f925eaf74
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/Recovery.vue

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

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

Loading…
Cancel
Save