kts-component-invoice-operate 1.1.4 → 1.1.5

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.esm.js CHANGED
@@ -6086,6 +6086,7 @@ var DrawerBody$3 = function DrawerBody(props) {
6086
6086
  e.itemName = cutStr(e.itemName, 91);
6087
6087
  }
6088
6088
  });
6089
+ message.success('商品名称截取成功!!!');
6089
6090
  resolve();
6090
6091
  },
6091
6092
  onCancel: function onCancel() {
package/dist/index.js CHANGED
@@ -6096,6 +6096,7 @@ var DrawerBody$3 = function DrawerBody(props) {
6096
6096
  e.itemName = cutStr(e.itemName, 91);
6097
6097
  }
6098
6098
  });
6099
+ ktsComponentsAntdX3.message.success('商品名称截取成功!!!');
6099
6100
  resolve();
6100
6101
  },
6101
6102
  onCancel: function onCancel() {