mysql.query('delete from cm_company where com_id = ' + com_id,function(err,rows, fields){
if(err) throw err;
res.location('/comManage');
返回页面后不更新数据。(删掉的数据还显示)
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
强制请求一次列表页。强制刷新。。。
清理一下缓存