|
@@ -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) {
|