提交 832be3bc 编写于 作者: tony001's avatar tony001

修复表格删除功能

上级 5fca7673
......@@ -652,7 +652,7 @@ import { FormItemModel } from '@/model/form-detail';
}
let _datas:any[] = [];
datas.forEach((record: any, index: number) => {
if (!record.srfkey) {
if (Object.is(record.srfuf,"0")) {
this.items.some((val: any, num: number) =>{
if(JSON.stringify(val) == JSON.stringify(record)){
this.items.splice(num,1);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册