代码更新
This commit is contained in:
@@ -385,7 +385,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
crudUserStor.getSect().then(res => {
|
||||
crudUserStor.getSect({ 'stor_id': '' }).then(res => {
|
||||
this.sects = res.content
|
||||
})
|
||||
},
|
||||
|
||||
@@ -32,10 +32,11 @@ export function getUserStor(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getSect() {
|
||||
export function getSect(data) {
|
||||
return request({
|
||||
url: '/api/userStor/getSect',
|
||||
method: 'post'
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user