zhangjie 2 年之前
父節點
當前提交
c21ea9da48
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/modules/admin/app-deploy/AppDeployBindDevice.vue

+ 5 - 1
src/modules/admin/app-deploy/AppDeployBindDevice.vue

@@ -134,7 +134,11 @@ export default {
       this.$refs.AppDeployDeviceUpload.open();
     },
     toExport(row = {}) {
-      this.curRow = { ...row, appId: this.instance.appId };
+      this.curRow = {
+        ...row,
+        appId: this.instance.appId,
+        deployId: this.instance.id,
+      };
       this.$refs.AppDeployExportLicense.open();
     },
     async toDelete(row) {