@zkwq/business 0.0.71 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -28596,7 +28596,8 @@ const Bk = {
28596
28596
  this.isEditAuthor ? this.newAuthors.splice(this.editAuthorIndex, 1, e) : this.newAuthors.push(e), this.updateAuthors(), this._toggleAddAuthor(!1), this.isEditAuthor = !1;
28597
28597
  },
28598
28598
  _authorSelectChange(e) {
28599
- typeof e == "string" ? this.authorInfo.name = e : (this.authorInfo.id = e.id, this.authorInfo.name = e.name, this.authorInfo.institution = e.affiliation);
28599
+ var t, s;
28600
+ typeof e == "string" ? this.authorInfo.name = e : (this.authorInfo.id = e.id, this.authorInfo.name = e.name, this.authorInfo.institution = ((t = e.affiliation) == null ? void 0 : t.length) > 0 ? [(s = e.affiliation) == null ? void 0 : s[0]] : []);
28600
28601
  },
28601
28602
  removeAuthor(e) {
28602
28603
  this.newAuthors.splice(e, 1), this.updateAuthors();
@@ -28612,7 +28613,7 @@ var Rk = /* @__PURE__ */ b(
28612
28613
  Ok,
28613
28614
  !1,
28614
28615
  Vk,
28615
- "6c87b540",
28616
+ "4b5a858c",
28616
28617
  null,
28617
28618
  null
28618
28619
  );