修复cid添加请求问题

This commit is contained in:
junleea 2025-06-02 16:51:07 +08:00
parent cf0577f70c
commit 52a8d03bf4
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ export default {
}); });
let result = {}; let result = {};
try { try {
this.addForm.time = parseInt(this.addForm.time);
result = await addCIDService(this.addForm); result = await addCIDService(this.addForm);
if (result.code == 0) { if (result.code == 0) {
ElMessage.success("添加成功"); ElMessage.success("添加成功");