修改分类

This commit is contained in:
zoujiandong 2024-11-05 15:33:13 +08:00
parent 134ab6a0fb
commit 2f30b18f20

View File

@ -110,7 +110,7 @@ const handleSubmit = () => {
} = modalForm.value;
if (!valid) {
if (props.id) {
data = await updateClassify(props.id, {
data = await editClassify(props.id, {
basic_class_name,
basic_class_sort
});