|
@@ -289,8 +289,9 @@
|
|
|
},
|
|
|
setting(row){
|
|
|
//this.rowData.businessId = row.id
|
|
|
- this.codeData = row
|
|
|
- this.$refs.tenantCode.setTenant(false, this.rowData)
|
|
|
+ this.codeData = row
|
|
|
+ this.codeData.productionResourceName = this.rowData.name
|
|
|
+ this.$refs.tenantCode.setTenant(false, this.codeData)
|
|
|
this.$refs.tenantCode.type = "tenantCode"
|
|
|
this.tenantCodeVisible = true
|
|
|
},
|
|
@@ -319,7 +320,7 @@
|
|
|
type: "warning"
|
|
|
})
|
|
|
return
|
|
|
- }
|
|
|
+ }
|
|
|
this.$refs.edit.setTenant(row, this.rowData)
|
|
|
this.$refs.edit.type = "edit"
|
|
|
this.dialog.title = this.$t("common.edit")
|