zhangjie преди 1 година
родител
ревизия
cead31a800
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/modules/stmms/components/markParam/ModifyMarkParams.vue

+ 1 - 1
src/modules/stmms/components/markParam/ModifyMarkParams.vue

@@ -145,7 +145,7 @@ export default {
       } else {
         const detData = await cardDetail(this.instance.cardId);
         const cardContent = JSON.parse(detData.content);
-        let infos = {};
+        let infos = { basicPaperInfo: this.instance };
         if (
           (detData.type === "GENERIC" && detData.createMethod === "STANDARD") ||
           detData.type === "CUSTOM"