Commit 1a97ca47 authored by kangzhenfei's avatar kangzhenfei

ok

parent d257f0e2
......@@ -136,7 +136,7 @@
<UserSelect
ref="userSelected"
v-model="entity.userIds"
:type="2"
:type="3"
:multiple="true"
style="width: 500px"
/>
......@@ -373,6 +373,9 @@ export default {
let chekids = this.ids
let formData = this.listTask
this.newList = []
let timebegin = formData[0].beginTime//: "2020-04-06 10:00:00"
let timend = formData[0].endTime//: "2020-04-06 10:00:00"
// this.entity.taskTime =
chekids.forEach((v) => {
var item = formData.filter((u) => {
return u.id == v
......@@ -389,6 +392,7 @@ export default {
item.map((u) => {
u.userIds = this.entity.userIds
})
console.log(item)
this.$refs['formValidate'].validate((valid) => {
if(valid){
Api.saveTeamentry(item).then((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment