代码调整

This commit is contained in:
joylink_cuiweidong 2021-05-17 19:15:25 +08:00
parent 1ca70a08b8
commit 60aeeaedea

View File

@ -139,7 +139,7 @@ export default {
this.field = field === this.field ? '' : field;
},
clickEvent(em) {
if (this.field.toUpperCase() === 'selectDevice'.toUpperCase()) {
if (this.field.toUpperCase() === 'selectDevice'.toUpperCase() && !this.formModel.deviceIds.includes(em.deviceCode)) {
const device = this.getDeviceByEm(em);
this.formModel.deviceIds.push(device.code);
}