adata-ui 0.1.15 → 0.1.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -320,13 +320,13 @@ export default {
320
320
  this.$emit("setIsReplenishModal", true);
321
321
  this.setShowModal(true);
322
322
  } else {
323
- await window.open(this.toAdtdev(url) + "&modal=show", "_blank")
323
+ await window.open(this.toAdtdev(url) + "&modal=show", "_self")
324
324
  }
325
325
  }
326
326
  },
327
- async handleClick(url, name) {
327
+ handleClick(url, name) {
328
328
  if (!name.includes('Текущий')) {
329
- await window.open(this.toAdtdev(url), "_self");
329
+ window.open(this.toAdtdev(url), "_self");
330
330
  this.active = false;
331
331
  if (this.chosenElem) this.chosenElem.opened = false;
332
332
  }