feat: There is no way the

This commit is contained in:
super_liu
2021-09-02 15:25:13 +08:00
parent 405faefc2f
commit b78175c8be
@@ -226,10 +226,10 @@ export default {
this.processStep = window.URL.createObjectURL(res.data) this.processStep = window.URL.createObjectURL(res.data)
}) })
}, },
// 调整处理人 // 转办处理人
adjustmentHandler (row) { adjustmentHandler (row) {
this.drawerModal = true this.drawerModal = true
this.drawerTitle = '调整处理人' this.drawerTitle = '转办处理人'
this.selectPeople = row this.selectPeople = row
}, },
handleCommand (command) { handleCommand (command) {