mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
update
This commit is contained in:
@@ -351,7 +351,7 @@ async function confirm() {
|
|||||||
let obj = formData.value;
|
let obj = formData.value;
|
||||||
createExamination(obj).then(res => {
|
createExamination(obj).then(res => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
message.success("添加成功");
|
message.success("成功");
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
})
|
})
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user