修改地图
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
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