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