mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 添加分段
This commit is contained in:
parent
7815461812
commit
cdadcf3cd0
|
|
@ -108,8 +108,8 @@ const open = (data: any) => {
|
|||
dialogVisible.value = true
|
||||
}
|
||||
const submitHandle = async () => {
|
||||
loading.value = true
|
||||
if (await paragraphFormRef.value?.validate()) {
|
||||
loading.value = true
|
||||
if (problemId.value) {
|
||||
paragraph
|
||||
.asyncPutParagraph(
|
||||
|
|
|
|||
Loading…
Reference in New Issue