perf: Asset domain

This commit is contained in:
feng
2025-03-19 11:26:04 +08:00
committed by feng626
parent bdb5c83814
commit 2f8480eea6

View File

@@ -42,6 +42,7 @@ export default {
}
},
data() {
const vm = this
return {
formConfig: {
getUrl: () => {
@@ -74,7 +75,7 @@ export default {
cleanFormValue(values) {
const data = []
values.assets.forEach(item => {
const d = { id: item, domain: this.$route.params.id }
const d = { id: item, domain: vm.object.id }
data.push(d)
})
return data