Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
宋伟佳
2021-09-02 15:26:44 +08:00
@@ -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) {