zhangjie 2 anni fa
parent
commit
c21ea9da48
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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) {