修改bug
This commit is contained in:
@ -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: "布控成功" });
|
||||
|
||||
Reference in New Issue
Block a user