亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

watch監聽怎么實現

發布時間:2022-03-25 10:57:09 來源:億速云 閱讀:246 作者:iii 欄目:web開發

本篇內容主要講解“watch監聽怎么實現”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“watch監聽怎么實現”吧!

父傳子;父組件通過:purchaserIdProps=“SDEditlForm.sellerId”,子組件用props接受

watch監聽(用于回顯)

@focus=“clickWarehouseId”;input輸入框,主要通過foucs事件觸發接口

if (this.warehouseId) return;判斷如果有值,則不觸發,防止多次掉接口減少性能消耗

disabled: Boolean;:disabled=“disabled”

<template>

  <!--

  value:回顯的倉庫id 

  purchaserIdProps:回顯的主體id 

  <PgWarehouse v-model="SDEditlForm.warehouseId" :purchaserIdProps="SDEditlForm.sellerId"></PgWarehouse>

  -->

  <div>

    <gdb-select v-model="warehouseId" placeholder="請選擇主體" clearable @change="changeWarehouseId" :disabled="disabled" @focus="clickWarehouseId">

      <gdb-option v-for="item in warehouseList" :value="item.id" :key="item.id" :label="item.caption"></gdb-option>

    </gdb-select>

  </div>

</template>

<script>

import '/http/axios'

import $http from '/http/http'

import Api from '/config/api'

export default {

  props: {

    value: {

      type: [String, Number],

      default: ''

    },

    purchaserIdProps: {

      type: [String, Number],

      default: ''

    },

    disabled: Boolean

  },

  data() {

    return {

      warehouseId: '',

      warehouseList: [],

      getWarehouseData: {}

    }

  },

  watch: {

    value(newVal) {

      if (!newVal) {

        this.warehouseId = ''

        this.$emit('input', '')

        this.$emit('select', '')

      } else if (newVal && this.purchaserIdProps) {

        if (this.warehouseId) return

       // 按主體的倉庫回顯

        this.warehouseId = this.value

        this.getWarehouseData.companyId = this.purchaserIdProps

        this.getWarehouseList()

      } else {

        if (this.warehouseId) return

      // 倉庫回顯

        this.warehouseId = this.value

        this.getWarehouseList()

      }

    }

  },

  methods: {

    getWarehouseList() {

      $http

        .get({

          url: Api.getWarehouseList,

          data: this.getWarehouseData

        })

        .then(res => {

          this.warehouseList = res.data.data

        })

    },

    changeWarehouseId() {

      this.$emit('input', this.warehouseId)

      this.$emit('select', this.warehouseId)

    },

    clickWarehouseId() {

      if (this.warehouseId) return

      this.getWarehouseList()

    }

  },

  //生命周期 - 創建完成(訪問當前this實例)

  created() {}

}

</script>

<style lang='scss' scoped>

</style>

到此,相信大家對“watch監聽怎么實現”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

蒲城县| 台前县| 台江县| 五寨县| 阜宁县| 青浦区| 达拉特旗| 乐亭县| 和田县| 佛山市| 阿拉善左旗| 天长市| 玛多县| 灵璧县| 武鸣县| 静海县| 葫芦岛市| 泸州市| 海南省| 固原市| 吴忠市| 东乌| 黄大仙区| 安国市| 都安| 邻水| 珠海市| 广德县| 中牟县| 蒙城县| 天峻县| 确山县| 枣强县| 紫阳县| 诏安县| 屯留县| 贵州省| 元氏县| 新蔡县| 梓潼县| 临汾市|