unknown
2024-06-05 58a1f8c0fe7c46f21382f6359be02a8e375ece04
src/books/lifeCare/view/chapter001.vue
@@ -1416,6 +1416,10 @@
    questionData: {
      type: Object,
    },
    isSearch: {
      type: Boolean,
      default: false,
    },
  },
  data() {
    return {
@@ -1440,6 +1444,7 @@
    examinations,
  },
  async created() {
    if (!this.isSearch) {
    const localData = JSON.parse(localStorage.getItem("chapter001"));
    if (localData) {
      this.chapter001 = { ...Object.assign(this.chapter001, localData) };
@@ -1447,6 +1452,7 @@
    this.chapter001.videOneUrl = await getResourcePath(
      "68ebd5c05bcb742999a9ebdce4b4bd53"
    );
    }
  },
  methods: {
    activityOne() {