Browse Source

Update main.js

tags/6.0.4^2
xushubieli 2 years ago
parent
commit
6f40b33f49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/dede/js/main.js

+ 1
- 1
src/dede/js/main.js View File

@@ -558,7 +558,7 @@ function getSelCat(targetId) {
}
}
if (selvalue == '') {
alert('没有选中任何项目!');
alert('没有选中任何项目!');
return;
}
if (targetObj) {


Loading…
Cancel
Save