zuozhengqing
2023-12-04 8757eaa395ae4be302af7ba7608ccc5c64389437
src/views/service/serviceFollowup/AddServiceFollowupDialog.vue
@@ -401,7 +401,7 @@
            let username = document.cookie.replace(/(?:(?:^|.*;\s*)username\s*=\s*([^;]*).*$)|^.*$/, "$1")
            this.memberOptions.map((item) => {
              if (item.username == username) {
                this.editConfig.infomation.memberId = item.id
                this.$set(this.editConfig.infomation, "memberId", item.id)
              }
            })
          }