修改一键解析为post

This commit is contained in:
RenCheng 2025-04-24 23:20:36 +08:00
parent b20314e29e
commit d8eb32c2b8
3 changed files with 3 additions and 3 deletions

View File

@ -201,7 +201,7 @@
}); });
}, },
allprocess:function(){ allprocess:function(){
getAction("/fileDataLink/processAllFile?dataLinkType=3",{}).then((res) => { postAction("/fileDataLink/processAllFile?dataLinkType=3",{}).then((res) => {
if (res.success) { if (res.success) {
this.$message.success(res.message); this.$message.success(res.message);
} else { } else {

View File

@ -196,7 +196,7 @@
}); });
}, },
allprocess:function(){ allprocess:function(){
getAction("/fileDataLink/processAllFile?dataLinkType=2",{}).then((res) => { postAction("/fileDataLink/processAllFile?dataLinkType=2",{}).then((res) => {
if (res.success) { if (res.success) {
this.$message.success(res.message); this.$message.success(res.message);
} else { } else {

View File

@ -191,7 +191,7 @@
}); });
}, },
allprocess:function(){ allprocess:function(){
getAction("/fileDataLink/processAllFile?dataLinkType=1",{}).then((res) => { postAction("/fileDataLink/processAllFile?dataLinkType=1",{}).then((res) => {
if (res.success) { if (res.success) {
this.$message.success(res.message); this.$message.success(res.message);
} else { } else {