修改分类
This commit is contained in:
parent
134ab6a0fb
commit
2f30b18f20
@ -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
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user