This commit is contained in:
77
2024-04-22 23:43:12 +08:00
parent cb84337256
commit ae10914afb
2 changed files with 12 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
<script>
import { getUserByUsercode, listUserByUserCode } from '@/api/xq/user'
import { vipTypeList } from '@/constant/statusMap'
import { addUserPictures } from '@/api/xq/userPictures'
import { addUserPictures, listUserPicturesByUserId } from '@/api/xq/userPictures'
export default {
components: {
@@ -69,6 +69,9 @@ export default {
this.info = {};
this.form.usercode = undefined
this.form.picture = undefined
listUserPicturesByUserId('').then(res => {
})
},
querySearch(querySearch,cb){
listUserByUserCode(querySearch).then(res => {