nidapeng
2024-03-29 39fb77e70bae8aa3289df71bcb04b78dc9f2ba8f
company/src/components/common/MenuSelect.vue
@@ -43,6 +43,9 @@
    }
  },
  watch: {
    type: function (newVal, oldVal) {
      this.type = newVal
    },
    excludeId () {
      this.fetchData()
    }