9d14d5af by 杨威

权利人表单双击判断是否临时数据

1 parent afa8413f
......@@ -564,11 +564,13 @@
//行双击事件
rowDbclick(row){
this.dialogVisible = true;
this.update=true;
this.formData=row;
if(row.frList.length>0){
this.formData.fr=row.frList[0];
if (+this.qszt == 0) {
this.dialogVisible = true;
this.update=true;
this.formData=row;
if(row.frList.length>0){
this.formData.fr=row.frList[0];
}
}
},
......