提交代码

dev_xd
姜玉琦 2025-05-07 22:24:31 +08:00
parent 5c6158377e
commit c8541786dd
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ function handleUpdate(row) {
function submitForm() {
proxy.$refs["devAiProjectConfigRef"].validate(valid => {
if (valid) {
form.value.passageType = form.value.passageType.toString();
// form.value.passageType = form.value.passageType.toString();
if (form.value.id != null) {
updateDevAiProjectConfig(form.value).then(response => {
proxy.$modal.msgSuccess("修改成功");