检查部位配置修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
02a5f30224
commit
8cf5a1a524
|
@ -986,7 +986,9 @@ export default {
|
||||||
let obj = this.trialBodyPartList.filter(
|
let obj = this.trialBodyPartList.filter(
|
||||||
(item) => item.Code === data.Code
|
(item) => item.Code === data.Code
|
||||||
);
|
);
|
||||||
this.$refs.bodyPartTable.toggleRowSelection(obj[0]);
|
if(obj[0]){
|
||||||
|
this.$refs.bodyPartTable.toggleRowSelection(obj[0]);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
var bodyPartTypes = this.form.BodyPartTypeList.map((i) => {
|
var bodyPartTypes = this.form.BodyPartTypeList.map((i) => {
|
||||||
return this.changeBodyPart(i.trim());
|
return this.changeBodyPart(i.trim());
|
||||||
|
|
Loading…
Reference in New Issue