提交 e93bd061 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--关系界面子保存父不保存

上级 271b0ea5
......@@ -1387,9 +1387,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
public drdatasaved($event:any){
let _this = this;
this.drcounter--;
if(this.drcounter > 0){
return;
}
if(this.drcounter === 0){
this.save(this.drsaveopt, undefined, false).then((res) =>{
this.saveState(res);
this.drsaveopt = {};
......@@ -1403,6 +1401,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
}
});
}
}
/**
* 新建默认值
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册