华西海圻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.
 
 
 
 

24 lines
757 B

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