修改地图

This commit is contained in:
chy
2026-04-22 10:12:08 +08:00
parent cc6c894dc6
commit 0d032f82f5
2 changed files with 1207 additions and 1232 deletions

View File

@@ -921,10 +921,11 @@ export default {
return; return;
} }
let reg = /^[0-9a-zA-Z]+$/; let reg = /^[0-9a-zA-Z]+$/;
if (!reg.test(this.form.serialNumber)) { //if (!reg.test(this.form.serialNumber)) {
this.$modal.alertError(this.$t('device.device-edit.148398-66')); // this.$modal.alertError(this.$t('device.device-edit.148398-66'));
return; // return;
} // }
if (this.form.productId == null || this.form.productId == 0) { if (this.form.productId == null || this.form.productId == 0) {
this.$modal.alertError(this.$t('device.device-edit.148398-67')); this.$modal.alertError(this.$t('device.device-edit.148398-67'));
return; return;

File diff suppressed because it is too large Load Diff