|
@@ -263,7 +263,7 @@ export default {
|
|
|
this.tipText = "资料名不能为空";
|
|
this.tipText = "资料名不能为空";
|
|
|
this.tipFlag = true;
|
|
this.tipFlag = true;
|
|
|
return;
|
|
return;
|
|
|
- } else if (include >= 0) {
|
|
|
|
|
|
|
+ } else if (include >= 0 && !this.noticeId) {
|
|
|
this.tipText = "资料名称不能重复,请重新输入";
|
|
this.tipText = "资料名称不能重复,请重新输入";
|
|
|
this.tipFlag = true;
|
|
this.tipFlag = true;
|
|
|
return;
|
|
return;
|