选择创建人

This commit is contained in:
liuye
2023-06-13 10:21:48 +08:00
parent 9637d3d168
commit 215537689f

View File

@@ -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 => ({