YM
2024-06-07 cc7bbbd9b6a859235c9985cc09836effc1157fe8
src/books/lifeCare/view/chapter001.vue
@@ -1005,7 +1005,7 @@
                  <td>
                    <input
                      v-model="chapter001.table112.cell58"
                      @blur="onBlurChangeTable112('cell58')"
                      @blur="onBlurChangeTable112('cell581')"
                    />
                  </td>
                  <td>
@@ -1403,7 +1403,7 @@
</template>
<script>
import getResourcePath from "@/assets/methods/resources.js";
import { getResourcePath } from "@/assets/methods/resources.js";
import examinations from "@/components/examinations/index.vue";
export default {
@@ -1415,6 +1415,10 @@
    },
    questionData: {
      type: Object,
    },
    isSearch: {
      type: Boolean,
      default: false,
    },
  },
  data() {
@@ -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() {