bug
lohir
2024-10-16 dc9f8e4f724ade3d29bdf0e4e68fd8c3c815bb77
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 = []