nidapeng
2024-03-20 5bfa6ac57681f0b07649c2f1a54d6afbd3dbc1ba
company/src/components/common/MenuSelect.vue
@@ -50,8 +50,8 @@
  methods: {
    // 获取所有菜单
    fetchData () {
      if (this.type === '1') {
        fetchTree1()
      if (this.type == '1' || this.type == '2')  {
        fetchTree1(this.type)
          .then(records => {
            this.data = []
            this.__fillData(this.data, records)