|
@@ -371,7 +371,7 @@ export default {
|
|
|
if(this.form.region3.trim() == ''){ return }
|
|
|
let param = {
|
|
|
"existName": this.form.region3,
|
|
|
- "type": this.form.region1,
|
|
|
+ "type": this.form.region1,
|
|
|
"notTagType":[8,10], //去掉文字标签查重
|
|
|
}
|
|
|
api.validateSystomName(param).then((res) => {
|