浏览代码

修改bug

542372506@qq.com 14 小时之前
父节点
当前提交
1fff509fec

+ 1 - 1
component/statistics/CopdServiceRecordPatient/index.html

@ -62,7 +62,7 @@
            <div class="timeline-time" :id="'left-' + eI">{{ event.time&&event.time.substring(0,4)}}</div>
          </div>
          <div class="timeline-item" :class="{'timeline-item-blue-dot': event.createTime != null}">
            <div class="timeline-time" :id="'left-' + eI">{{event.time&& event.time.slice(5) }}</div>
            <div class="timeline-time" :id="'left-' + eI">{{event.time&& event.time }}</div>
            <div class="timeline-content" :id="'right-' + eI">
              <div class="data-item">
                <div class="data-title">{{event.typeName}}</div>

+ 3 - 0
component/statistics/LascBreastMolybdenumInspectList/index.js

@ -47,6 +47,7 @@ Vue.component('lasc-breast-molybdenum-inspect-list', {
      handler(newVal, oldVal) {
        if (this.data.value && this.data.value.length && this.data.value[0].id) {
          var first = this.data.value[0]
          console.log('22222222222222222222222222222222222222',first)
          this.form.screenId = first.screenId
          this.form.receiveBreastMolybdenum = first.receiveBreastMolybdenum
          this.form.receiveBreastMolybdenumOther = first.receiveBreastMolybdenumOther
@ -62,6 +63,7 @@ Vue.component('lasc-breast-molybdenum-inspect-list', {
  mounted() {
    if (this.data.value && this.data.value.length && this.data.value[0].id) {
      var first = this.data.value[0]
      console.log('22222222222222222222222222222222222222',first)
      this.form.screenId = first.screenId
      this.form.receiveBreastMolybdenum = first.receiveBreastMolybdenum
      this.form.receiveBreastMolybdenumOther = first.receiveBreastMolybdenumOther
@ -69,6 +71,7 @@ Vue.component('lasc-breast-molybdenum-inspect-list', {
      this.form.refusalReasonOtherContent = first.refusalReasonOtherContent
      this.form.list = this.data.value
      this.mbTubeNum = first.mbTubeNum ? first.mbTubeNum : ''
      console.log('555555555555555555555555555555555555',this.form)
    }
  }
})