Browse Source

更正错误。

DongZ 1 year ago
parent
commit
8905924cf1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/business/spd/task_management/visitingPlan/add.vue

+ 2 - 2
src/views/business/spd/task_management/visitingPlan/add.vue

@@ -264,8 +264,8 @@ export default {
         id: '',
         id: '',
         planCode: '',
         planCode: '',
         planName : '',
         planName : '',
-        charger: his.$store.state.user.id,
-        chargerName: his.$store.state.user.nickName,
+        charger: this.$store.state.user.id,
+        chargerName: this.$store.state.user.nickName,
         dept: this.$store.state.user.deptId,
         dept: this.$store.state.user.deptId,
         deptName: this.$store.state.user.deptName,
         deptName: this.$store.state.user.deptName,
         startDate: this.getNextWeek(1),
         startDate: this.getNextWeek(1),