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