Browse Source

fix:[模板管理]sp001

lkf
15881625488@163.com 2 months ago
parent
commit
225787bdcc
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue

+ 1
- 9
src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue View File

@ -26,7 +26,6 @@
ref="remarkRef" :formConfig="remarkConig" :formData="formData" /> ref="remarkRef" :formConfig="remarkConig" :formData="formData" />
</div> </div>
</div> </div>
<!-- <button @click="onSave">提交</button> -->
</div> </div>
</div> </div>
</template> </template>
@ -278,9 +277,6 @@ export default {
this.$refs.stepFormPackageRef.updateFormData("targetCodeSn", result.data[0]) this.$refs.stepFormPackageRef.updateFormData("targetCodeSn", result.data[0])
} }
}, },
getStepResource(){
return this.$refs.stepRef.getStepResource()
},
// //
getFilledFormData() { getFilledFormData() {
return this.getFilledFormDataByRefs(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "stepRef", "remarkRef"]) return this.getFilledFormDataByRefs(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "stepRef", "remarkRef"])
@ -312,14 +308,10 @@ export default {
}) })
} }
//使 //使
const stepResource = this.getStepResource()
const stepResource = this.$refs.stepRef.getStepResource()
this.resourceTmp = tmpResource.concat(stepResource.sjResource||[]) this.resourceTmp = tmpResource.concat(stepResource.sjResource||[])
this.yqResourceTmp = stepResource.yqResource||[] this.yqResourceTmp = stepResource.yqResource||[]
return content; return content;
},
onSave(){
const result = this.getStepResource()
console.log(result)
} }
} }
}; };

Loading…
Cancel
Save