添加
-
fastadmin在添加数据时传递参数
如果想要在添加数据时,传递参数可以修改对应的js文件。 首先获取需要传递的参数值: const searchParams = new URLSearchParams(window.location.search.replaceAll(‘?a…
-
thinkphp报错:fields not exists
使用模型向数据库添加数据时,竟然报错了 fields not exists:[settle_type] 添加数据代码如下: $result = ProjectSettleType::create($v,true); 通过检查数据库表,发现这…