simple-frame-unit 1.0.3 → 1.0.4
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/CHANGELOG.md +2 -0
- package/dist/simple-frame-unit.common.js +1 -1
- package/dist/simple-frame-unit.common.js.map +1 -1
- package/dist/simple-frame-unit.umd.js +1 -1
- package/dist/simple-frame-unit.umd.js.map +1 -1
- package/dist/simple-frame-unit.umd.min.js +1 -1
- package/dist/simple-frame-unit.umd.min.js.map +1 -1
- package/lib/packages/EasyDataForm/hooks/useChosePopup.js +1 -1
- package/package.json +1 -1
|
@@ -12735,7 +12735,7 @@ var useForm = __webpack_require__("4262");
|
|
|
12735
12735
|
this.customizeChangeHandler(data.value, control);
|
|
12736
12736
|
this.visible = false;
|
|
12737
12737
|
} else {
|
|
12738
|
-
this.$message.
|
|
12738
|
+
this.$message.warning('未选中~');
|
|
12739
12739
|
}
|
|
12740
12740
|
},
|
|
12741
12741
|
/**
|