配置身体部位国际化
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
fe7d4f7877
commit
a84084a15f
|
@ -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();
|
let r = await this.getTrialBodyPartList();
|
||||||
if (r) {
|
if (r) {
|
||||||
var bodyPartTypes = this.form.BodyPartTypeList.map((i) => {
|
var bodyPartTypes = this.form.BodyPartTypeList.map((i) => {
|
||||||
|
|
Loading…
Reference in New Issue