修改bug

This commit is contained in:
2026-04-20 20:36:59 +08:00
parent 6b563f728f
commit 571e149313
11 changed files with 114 additions and 76 deletions

View File

@ -640,10 +640,7 @@ const submit = () => {
});
loading.value = true;
let url =
title.value == "新增"
? "/mosty-gsxt/tbGsxtBk/save"
: "/mosty-gsxt/tbGsxtBk/update";
let url = title.value == "新增" ? "/mosty-gsxt/tbGsxtBk/save" : "/mosty-gsxt/tbGsxtBk/update";
qcckPost(params, url)
.then((res) => {
proxy.$message({ type: "success", message: "布控成功" });