恢复
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
||||
appName: "选择创建人",
|
||||
data() {
|
||||
return {
|
||||
selected: [],
|
||||
selected: {},
|
||||
userList: [],
|
||||
current: 1,
|
||||
}
|
||||
@@ -49,7 +49,7 @@ export default {
|
||||
},
|
||||
getCreateUserList() {
|
||||
this.userList = []
|
||||
this.$http.post(`app/appmasssendingtask/createUserlist`, {}).then(res => {
|
||||
this.$http.post(`app/appmasssendingtask/createUserlist`).then(res => {
|
||||
if (res?.data) {
|
||||
// let userArr = res.data.records.map(e => ({userId: e.createUserId, isChecked: this.isSelected(e.createUserId)}))
|
||||
this.userList = res.data.map(e => ({userId: e, isChecked: this.isSelected(e)}))
|
||||
|
||||
Reference in New Issue
Block a user