权利人表单双击判断是否临时数据
Showing
1 changed file
with
7 additions
and
5 deletions
... | @@ -564,11 +564,13 @@ | ... | @@ -564,11 +564,13 @@ |
564 | 564 | ||
565 | //行双击事件 | 565 | //行双击事件 |
566 | rowDbclick(row){ | 566 | rowDbclick(row){ |
567 | this.dialogVisible = true; | 567 | if (+this.qszt == 0) { |
568 | this.update=true; | 568 | this.dialogVisible = true; |
569 | this.formData=row; | 569 | this.update=true; |
570 | if(row.frList.length>0){ | 570 | this.formData=row; |
571 | this.formData.fr=row.frList[0]; | 571 | if(row.frList.length>0){ |
572 | this.formData.fr=row.frList[0]; | ||
573 | } | ||
572 | } | 574 | } |
573 | }, | 575 | }, |
574 | 576 | ... | ... |
-
Please register or sign in to post a comment