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