|
@@ -250,7 +250,7 @@
|
|
|
'1':['1','2','5','6','7','11','99'],
|
|
|
'3':['1','2','5','6','7', '11',],
|
|
|
'4':['1','2','6','7', '11',],
|
|
|
- '5':['1','7']
|
|
|
+ '5':['1','6']
|
|
|
},
|
|
|
rules: {
|
|
|
region1: [
|
|
@@ -337,7 +337,7 @@
|
|
|
if(this.form.region3.trim() == ''){ return }
|
|
|
let param = {
|
|
|
"existName": this.form.region3,
|
|
|
- "type": this.form.region1,
|
|
|
+ // "type": this.form.region1,
|
|
|
"notIds":[this.$props.editData.id]
|
|
|
};
|
|
|
api.validateSystomName(param).then((res) => {
|