添加批量添加功能

This commit is contained in:
LiuZhengYu 2026-04-15 19:52:46 +08:00
parent 5d725a47b1
commit 009cf3b224

View File

@ -230,6 +230,8 @@ function ManyKeyWordAdd(){
}, function (json) { }, function (json) {
table.cachecount = -1; table.cachecount = -1;
table.callpage(); table.callpage();
// console.log("php:"+json.data);
// console.log("php:"+json.cateid);
opn.close(); opn.close();
ciyfn.toast('批量添加成功'); ciyfn.toast('批量添加成功');
}); });