mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 03:10:48 +08:00
使用sqlite替换nedb
This commit is contained in:
@@ -42,7 +42,7 @@ const DependenceModal = ({
|
||||
payload = [{ name, type }];
|
||||
}
|
||||
} else {
|
||||
payload = { ...values, _id: dependence._id };
|
||||
payload = { ...values, id: dependence.id };
|
||||
}
|
||||
try {
|
||||
const { code, data } = await request[method](
|
||||
|
||||
Reference in New Issue
Block a user