flat:zanc
This commit is contained in:
@@ -978,7 +978,7 @@ export default {
|
|||||||
console.log(row)
|
console.log(row)
|
||||||
let params = {
|
let params = {
|
||||||
...row,
|
...row,
|
||||||
serveId: this.selectUserServeLog.serveId,
|
serveId: this.selectInfo.id,
|
||||||
serveUserId: this.selectUserServeLog.serveUserId,
|
serveUserId: this.selectUserServeLog.serveUserId,
|
||||||
talentsId: this.selectUserServeLog.id,
|
talentsId: this.selectUserServeLog.id,
|
||||||
idNumber: this.selectUserServeLog.idNumber,
|
idNumber: this.selectUserServeLog.idNumber,
|
||||||
|
|||||||
@@ -980,7 +980,7 @@ export default {
|
|||||||
async saveLog(row, index, done, loading) {
|
async saveLog(row, index, done, loading) {
|
||||||
let params = {
|
let params = {
|
||||||
...row,
|
...row,
|
||||||
serveId: this.selectUserServeLog.serveId,
|
serveId: this.selectInfo.id,
|
||||||
serveUserId: this.selectUserServeLog.serveUserId,
|
serveUserId: this.selectUserServeLog.serveUserId,
|
||||||
talentsId: this.selectUserServeLog.id,
|
talentsId: this.selectUserServeLog.id,
|
||||||
idNumber: this.selectUserServeLog.idNumber,
|
idNumber: this.selectUserServeLog.idNumber,
|
||||||
|
|||||||
Reference in New Issue
Block a user