wlzboy
2025-11-01 8b005a808d6ab8fae1480ed57bdfd68af2dafcd4
app/pages/task/create-normal.vue
@@ -181,7 +181,7 @@
  computed: {
    ...mapState({
      currentUser: state => ({
        name: state.user.name || '张三',
        name: state.user.nickName || '张三',
        position: '司机',
        deptId: state.user.deptId || 100
      })