k94314517
2024-03-18 94c670060fb681b4e7262989bdea9748f03fb93c
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)