loulijun2021
2022-07-14 bd3410da8a13682ec0bc888539dc35209a2196ba
src/views/zzmx/jpgj.vue
@@ -17,9 +17,10 @@
                :popper-append-to-body="false"
                style="width: 200px"
                placeholder="请选择"
                @focus="getPartSelect"
                @change="partChange"
              >
                <!--                @focus="getPartSelect"-->
                <el-option
                  v-for="item in partArr"
                  :key="item.partcode"
@@ -221,9 +222,10 @@
              style="width: 220px"
              placeholder="请选择"
              :popper-append-to-body="false"
              @focus="getPartSelect2"
              @change="partDialogChange"
            >
              <!--              @focus="getPartSelect2"-->
              <el-option
                v-for="item in partArr2"
                :key="item.partcode"
@@ -527,7 +529,7 @@
  },
  created() {
    this.getBeatRateSearch()
    // this.getPartSelect()
    this.getPartSelect()
  },
  mounted() {
    window.addEventListener('resize', this.getHeight)
@@ -738,6 +740,7 @@
    add(operation) {
      this.operation = operation
      this.dialogVisible = true
      this.getPartSelect2()
    },
    // 修改按钮
    async  edit(operation, row) {