feat: 添加分段
This commit is contained in:
parent
7815461812
commit
cdadcf3cd0
@ -108,8 +108,8 @@ const open = (data: any) => {
|
|||||||
dialogVisible.value = true
|
dialogVisible.value = true
|
||||||
}
|
}
|
||||||
const submitHandle = async () => {
|
const submitHandle = async () => {
|
||||||
loading.value = true
|
|
||||||
if (await paragraphFormRef.value?.validate()) {
|
if (await paragraphFormRef.value?.validate()) {
|
||||||
|
loading.value = true
|
||||||
if (problemId.value) {
|
if (problemId.value) {
|
||||||
paragraph
|
paragraph
|
||||||
.asyncPutParagraph(
|
.asyncPutParagraph(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user