diff --git a/src/views/basic/product/product.vue b/src/views/basic/product/product.vue index 5fd2409c..b1264199 100644 --- a/src/views/basic/product/product.vue +++ b/src/views/basic/product/product.vue @@ -1617,9 +1617,11 @@ export default { this.selectVersionVisible = false; }, onAddSubmit(relSubmit) { - this.relevanceEdit = this.editQuery; - this.relevanceEdit.relSubmit = relSubmit; - updatetUdiInfos(this.relevanceEdit) + // debugger + // this.editFormat; + // this.relevanceEdit = this.editQuery; + this.editFormat.relSubmit = relSubmit; + updatetUdiInfos(this.editFormat) .then((response) => { if (response.code == 20000) { this.getList();