yuang-framework-ui-common 1.0.117 → 1.0.118

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.
@@ -143,11 +143,10 @@ export function useFrameworkBaseDialog(
143
143
  modelValue.value = selections[0][infoProps.value];
144
144
  inputValue.value = selections[0][infoProps.label];
145
145
  } else {
146
- modelValue.value = '|' + selections.map((s) => s[infoProps.value]).join('|');
146
+ modelValue.value = '|' + selections.map((s) => s[infoProps.value]).join('|') + '|';
147
147
  inputValue.value = selections.map((s) => s[infoProps.label]).join('、');
148
148
  }
149
149
  }
150
-
151
150
  emit('change', selections);
152
151
  hideDialog();
153
152
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-common",
3
- "version": "1.0.117",
3
+ "version": "1.0.118",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {