代办事项审核bug修复
This commit is contained in:
@ -14,8 +14,8 @@
|
||||
<div class="time">{{ item.toDoTime }} {{ item.userName }}</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<button class="nopass" @click="toDoAudit(item ,2)">不通过</button>
|
||||
<button class="pass" @click="toDoAudit(item ,1)">通过</button>
|
||||
<button class="nopass" @click="todoAudit(item ,2)">不通过</button>
|
||||
<button class="pass" @click="todoAudit(item ,1)">通过</button>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
@ -46,7 +46,7 @@ export default {
|
||||
this.show = false
|
||||
}
|
||||
},
|
||||
async toDoAudit(item,type) {
|
||||
async todoAudit(item,type) {
|
||||
await toDoAudit({
|
||||
toDoId: item.toDoId,
|
||||
toDoType: item.toDoType.code,
|
||||
|
Reference in New Issue
Block a user