1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

workVue update2

This commit is contained in:
GGB
2023-05-06 00:27:55 +08:00
parent bc12df2ea1
commit 621d67c52c
4 changed files with 15 additions and 11 deletions

View File

@@ -64,7 +64,6 @@ export default {
todoConfirmEvent(row) {
const userWork = {
workId: '',
userId: '1652714496280469506',
status: 1
}
userWork.workId = row.id
@@ -76,7 +75,7 @@ export default {
},
getTableData() {
request
.get('/work/complete/1652714496280469506')
.get('/work/complete')
.then((response) => {
this.tableData = response.data.data
if (this.tableData) {

View File

@@ -62,7 +62,6 @@ export default {
completeConfirmEvent(row) {
const userWork = {
workId: '',
userId: '1652714496280469506',
status: 0
}
userWork.workId = row.id
@@ -75,7 +74,7 @@ export default {
},
getTableData() {
request
.get('/work/todo/1652714496280469506')
.get('/work/todo')
.then((response) => {
this.tableData = response.data.data
if (this.taskData) {