@newview/ui 1.1.89 → 1.1.90
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/newview-ui.js +4 -0
- package/dist/newview-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/newview-ui.js
CHANGED
|
@@ -214626,6 +214626,7 @@ Drawer.newInstance = (properties) => {
|
|
|
214626
214626
|
this.$refs.drawer.visible = false;
|
|
214627
214627
|
this.buttonLoading = false;
|
|
214628
214628
|
this.remove();
|
|
214629
|
+
this.drawerClose();
|
|
214629
214630
|
},
|
|
214630
214631
|
remove() {
|
|
214631
214632
|
this.closing = true;
|
|
@@ -215098,6 +215099,9 @@ class PrintApi extends BaseInstance {
|
|
|
215098
215099
|
body: prdata,
|
|
215099
215100
|
printReport: () => {
|
|
215100
215101
|
this.countPrintData(vrpdata);
|
|
215102
|
+
},
|
|
215103
|
+
drawerClose: () => {
|
|
215104
|
+
this.luckysheet.destroy();
|
|
215101
215105
|
}
|
|
215102
215106
|
}).show();
|
|
215103
215107
|
} else {
|