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:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user