检查部位配置修改
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-07-25 17:02:47 +08:00
parent 02a5f30224
commit 8cf5a1a524
1 changed files with 3 additions and 1 deletions

View File

@ -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());