| | |
| | | tpurl: imgs, |
| | | spurl: video, |
| | | hdid: this.data.id, |
| | | serid: '', |
| | | // serid: uni.getStorageSync("ids") || that.$store.state.puserID |
| | | seridList: '', |
| | | serid: uni.getStorageSync("ids") || that.$store.state.puserID |
| | | // result: this.content, |
| | | }; |
| | | // 传入选定的完成人员 |
| | |
| | | } |
| | | // console.log(chouse); |
| | | for (let ck in chouse) { |
| | | dataList.serid += chouse[ck]; |
| | | dataList.seridList += chouse[ck]; |
| | | if (ck != chouse.length - 1) { |
| | | dataList.serid += ','; |
| | | dataList.seridList += ','; |
| | | } |
| | | } |
| | | // console.log(dataList.seridList); |
| | | wx.showLoading({ |
| | | title: "提交中...", |
| | | mask: true |