提交 34e5ef30 编写于 作者: tony001's avatar tony001

表格保存提示

上级 0607b22d
...@@ -1666,7 +1666,7 @@ import { FormItemModel } from '@/model/form-detail'; ...@@ -1666,7 +1666,7 @@ import { FormItemModel } from '@/model/form-detail';
} }
this.$emit('save', successItems); this.$emit('save', successItems);
this.refresh([]); this.refresh([]);
if(errorItems.length === 0 && !isformDruipart){ if(errorItems.length === 0 && successItems.length >0 && !isformDruipart){
this.$Notice.success({ title: '', desc: (this.$t('app.commonWords.saveSuccess') as string) }); this.$Notice.success({ title: '', desc: (this.$t('app.commonWords.saveSuccess') as string) });
}else{ }else{
errorItems.forEach((item:any,index:number)=>{ errorItems.forEach((item:any,index:number)=>{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册