bug
luohairen
2024-10-30 20c7d1e510b07d48f2855bd07ef3ba5a5a5fbbd2
src/views/message/send.vue
@@ -59,7 +59,7 @@
        _this.selectLoading = true
        userApi.selectByUserName(query).then(re => {
          _this.selectLoading = false
          _this.options = re.response
          _this.options = re.data
        })
      } else {
        _this.options = []