华西海圻ELN前端工程
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

35 lines
1.0 KiB

export default {
dicts:[
"business_tjdw","business_czhj","business_rqcz","business_zldw",
"business_yqscdw","business_zsdw","business_wddw","business_ccwz","business_ggdw",
"business_hjxx","business_zzzc","business_step_pcr","business_fycx","business_step_pcrfxyp"
],
props: {
formData: {
type: Object,
default: () => ({})
},
stepIndex: {
type: String,
default: ''
}
},
methods: {
async getFormData() {
return await this.$refs.stepFormPackageRef.getFormData();
},
getFilledFormData() {
return this.$refs.stepFormPackageRef?.getFilledFormData();
},
getSjResource() {
return this.$refs.stepFormPackageRef?.getSjResource();
},
//试验配制条件options
getDictOptions(dictType) {
return this.dict.type[dictType] || []
},
resetRecord() {
this.$refs.stepFormPackageRef.resetRecord();
},
},
}