src/api/flow/todolist.js @@ -144,3 +144,8 @@ }, }) } //待办变更通知 export const todoChangeNotify = () => { window.myemitter.emit('todochange',{}); }