[update] 通过ids获取用户信息接口改成post请求

This commit is contained in:
lideqin
2024-02-27 14:42:26 +08:00
parent 6996c38303
commit da123e0f65
4 changed files with 8 additions and 8 deletions
@@ -141,7 +141,7 @@
</template>
<script>
import { httpAction, getAction } from '@/api/manage'
import { httpAction, postAction } from '@/api/manage'
// import pick from 'lodash.pick'
import JDate from '@/components/jero/JDate'
@@ -214,7 +214,7 @@ export default {
if (record && record.msgType === 'USER') {
this.userType = true
this.userIds = record.userIds
getAction(this.url.queryByIds, { userIds: this.userIds }).then((res) => {
postAction(this.url.queryByIds, { userIds: this.userIds }).then((res) => {
if (res.success) {
// update--begin--autor:wangshuai-----date:20200601------for:系统公告选人后,不能删除------
const userList = []