소스 검색

弹出框逻辑处理

shiy 2 년 전
부모
커밋
4d2130a392
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/material/basicFile/details.vue

+ 2 - 0
src/views/material/basicFile/details.vue

@@ -1359,6 +1359,8 @@
             this.otherDeatils.title = activeTab.label;
             this.otherDeatils.queryKey = this.mainMsg.checkedList[0].id;
             console.log(this.otherDeatils, 'this.otherDeatils');
+            // 查询其他标签页列表详情
+            this.getOtherListDetails(activeTab.code, this.otherDeatils.queryKey);
           } else {
             this.$message({
               message: '修改请选择单个数据!',