谢杰标 hace 3 años
padre
commit
adde8bc235
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/Marketing/goods/spec/compoent/configTable.vue

+ 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;
       });
     },