|
@@ -61,7 +61,7 @@ export default {
|
|
|
//后台方法
|
|
//后台方法
|
|
|
this.checkExist(value).then(res => {
|
|
this.checkExist(value).then(res => {
|
|
|
res = res.data;
|
|
res = res.data;
|
|
|
- console.log("check验证:", res);
|
|
|
|
|
|
|
+ // console.log("check验证:", res);
|
|
|
if (res && res.data) {
|
|
if (res && res.data) {
|
|
|
callback('名称已存在');
|
|
callback('名称已存在');
|
|
|
} else {
|
|
} else {
|