修改地图
This commit is contained in:
@@ -921,10 +921,11 @@ export default {
|
||||
return;
|
||||
}
|
||||
let reg = /^[0-9a-zA-Z]+$/;
|
||||
if (!reg.test(this.form.serialNumber)) {
|
||||
this.$modal.alertError(this.$t('device.device-edit.148398-66'));
|
||||
return;
|
||||
}
|
||||
//if (!reg.test(this.form.serialNumber)) {
|
||||
// this.$modal.alertError(this.$t('device.device-edit.148398-66'));
|
||||
// return;
|
||||
// }
|
||||
|
||||
if (this.form.productId == null || this.form.productId == 0) {
|
||||
this.$modal.alertError(this.$t('device.device-edit.148398-67'));
|
||||
return;
|
||||
|
||||
2430
src/views/login.vue
2430
src/views/login.vue
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user