选择创建人
This commit is contained in:
@@ -49,12 +49,12 @@ export default {
|
||||
},
|
||||
getCreateUserList() {
|
||||
this.userList = []
|
||||
let url = ''
|
||||
if(this.tabIndex == 0) {
|
||||
url = `/app/appmasssendingtask/createUserlist`
|
||||
} else {
|
||||
url = `/app/whchatmomentstask/createUserlist`
|
||||
}
|
||||
let url = '/app/appmasssendingtask/createUserlist'
|
||||
// if(this.tabIndex == 0) {
|
||||
// url = `/app/appmasssendingtask/createUserlist`
|
||||
// } else {
|
||||
// url = `/app/whchatmomentstask/createUserlist`
|
||||
// }
|
||||
this.$http.post(url).then(res => {
|
||||
if (res?.data) {
|
||||
this.userList = res.data.map(e => ({
|
||||
|
||||
Reference in New Issue
Block a user