zhanghua
2022-12-07 3b091db7a2cbe9ac9ae53bfa1c7e895dd4aca787
src/views/operate/sms/smsIndex/createSms/index.vue
@@ -221,8 +221,8 @@
                url: 'sccg/admin/info?name=' + name,
            })
                .then(res => {
                    this.role.targetFrom = res.data.userId
                    this.sendUser = res.data.username
                    this.role.targetFrom = res.data.userId;
                    this.sendUser = res.data.username;
                })
        }
    }