init
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user