This commit is contained in:
2023-07-31 20:52:22 +08:00
parent 3a424b4719
commit ec6ad6b763
4 changed files with 54 additions and 10 deletions

View File

@@ -255,7 +255,6 @@ const handleRoundDelClick = async (value) => {
}
/// Ma-form-Modal的提交按钮
const handleRoundSubmit = async (value) => {
console.log(value)
if (title.value.slice(0, 1) === "编") {
try {
await roundApi.update(value.id, value)