licp
2024-03-21 619bbd1e67aa607ae9ab778be49ad68b88d58e3c
src/components/view/b1-inspect-order-plan.vue
@@ -166,7 +166,7 @@
               entity: {
                  viewSelf: false,
                  state: 1,
                  childrenLaboratory: null,
                  sonLaboratory: null,
                  insState: null,
                  sampleName: null,
                  orderBy: {
@@ -229,16 +229,6 @@
         this.$nextTick(() => {
            this.refreshTable()
         })
      },
      watch: {
         tabList(newVal) {
            if (newVal && newVal.length > 0) {
               this.componentData.entity.childrenLaboratory = newVal[0].value
               this.$nextTick(() => {
                  this.refreshTable()
               })
            }
         }
      },
      methods: {
         upUser() {
@@ -309,7 +299,7 @@
         },
         handleTab(m, i) {
            this.tabIndex = i;
            this.componentData.entity.childrenLaboratory = m.value
            this.componentData.entity.sonLaboratory = m.value
            this.refreshTable()
         },
         getTypeDicts() {
@@ -357,9 +347,6 @@
                     label: ele.label,
                     value: ele.value
                  }
               })
               this.$nextTick(() => {
                  this.componentData.entity.childrenLaboratory = this.tabList[0].value
               })
            })
         }