|
@ -430,7 +430,9 @@ const submitForm = async (formType, data) => { |
|
|
message.success(t('common.updateSuccess')) |
|
|
message.success(t('common.updateSuccess')) |
|
|
} |
|
|
} |
|
|
formRef.value.dialogVisible = false |
|
|
formRef.value.dialogVisible = false |
|
|
|
|
|
if (!data.isPublished) { |
|
|
handleOrderPub(rowData.value) |
|
|
handleOrderPub(rowData.value) |
|
|
|
|
|
} |
|
|
// 刷新当前列表 |
|
|
// 刷新当前列表 |
|
|
getList() |
|
|
getList() |
|
|
} finally { |
|
|
} finally { |
|
|