YM
2024-05-27 3d27635c7ac693c461dd2ca01e8f5bebb1f0c642
src/books/lifeCare/view/chapter003.vue
@@ -2424,7 +2424,7 @@
            v-if="chapter003.idOpenThree && chapter003.qustionData[48]"
            class="tips-file"
          >
            <examinations :cardList="chapter003.qustionData[48]" />
            <examinations :primaryColor="'#f49a4c'" :cardList="chapter003.qustionData[48]" />
          </div>
        </div>
      </div>
@@ -2486,6 +2486,7 @@
        isScore1Open: true,
        isScore2Open: true,
        isScore3Open: true,
        isScore4Open:true,
        qustionData: {},
        // 七步洗手法评分。。
        publicHeader: ["序号", "考核内容", "配分", "评分标准", "扣分", "得分"],
@@ -2824,7 +2825,7 @@
  components: {
    examinations,
  },
  created() {
  async created() {
    const localData = JSON.parse(localStorage.getItem("chapter003"));
    if (localData) {
      this.chapter003 = { ...Object.assign(this.chapter003, localData) };