谢杰标 3 жил өмнө
parent
commit
adde8bc235

+ 3 - 1
src/views/Marketing/goods/spec/compoent/configTable.vue

@@ -123,7 +123,9 @@ export default {
           type: "success",
         });
         let obj = this.courseData.find((e) => e.goodsId == this.tableRadio);
-        this.activeData = Object.assign(this.activeData, obj);
+        this.activeData = Object.assign(this.activeData, obj, {
+          specTemplateId,
+        });
         this.dialogTableVisible = false;
       });
     },