Procházet zdrojové kódy

弹出框逻辑处理

shiy před 2 roky
rodič
revize
4d2130a392
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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: '修改请选择单个数据!',