提交代码
parent
5c6158377e
commit
c8541786dd
|
@ -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("修改成功");
|
||||
|
|
Loading…
Reference in New Issue