mooho-base-admin-plus 2.0.0 → 2.0.1
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
|
@@ -1191,8 +1191,6 @@
|
|
|
1191
1191
|
// },
|
|
1192
1192
|
// 选项变化事件
|
|
1193
1193
|
onSelectDataChange(sender, selected) {
|
|
1194
|
-
console.log('onSelectDataChange', sender, selected);
|
|
1195
|
-
|
|
1196
1194
|
let code;
|
|
1197
1195
|
if (sender.code.endsWith('ID')) {
|
|
1198
1196
|
code = sender.code.substr(0, sender.code.length - 2);
|