zuozhengqing
2023-12-14 9e007f676d0e55c4bf0cc2a78bc7dc96be188d50
src/views/service/serviceContract/AddServiceContractDialog.vue
@@ -585,7 +585,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)
                }
              })
            }