@@ -1272,7 +1272,9 @@ export default {
|
||||
// ",",
|
||||
// " | "
|
||||
// );
|
||||
this.form.BodyPartTypeList = this.form.BodyPartTypes.split("|");
|
||||
let BodyPartTypes = res.BodyPartTypes;
|
||||
this.form.BodyPartTypes = "";
|
||||
this.form.BodyPartTypeList = BodyPartTypes.split("|");
|
||||
let r = await this.getTrialBodyPartList();
|
||||
if (r) {
|
||||
var bodyPartTypes = this.form.BodyPartTypeList.map((i) => {
|
||||
|
||||
Reference in New Issue
Block a user