|
@@ -1256,6 +1256,12 @@
|
|
|
this.$modal.msg('现住人电话不能为空')
|
|
|
throw new Error('End Loop')
|
|
|
}
|
|
|
+ if (list.phone.length == 11 || list.phone.length == 8) {
|
|
|
+ }else{
|
|
|
+ this.$modal.msg('现住人电话填写错误')
|
|
|
+ throw new Error('End Loop')
|
|
|
+ }
|
|
|
+
|
|
|
})
|
|
|
} catch (e) {
|
|
|
if (e.message === 'End Loop') throw e
|
|
@@ -1271,7 +1277,7 @@
|
|
|
// if (this.isEmpty(this.LevelValue.id)) {
|
|
|
// this.$modal.msg("请选择孔距") //打孔 判断孔距
|
|
|
// } else {
|
|
|
- this.onsubmit();
|
|
|
+ this.onsubmit();
|
|
|
//}
|
|
|
} else if (this.objValue.enginClassValue == '拆旧管') {
|
|
|
|