修改一键解析为post
This commit is contained in:
parent
b20314e29e
commit
d8eb32c2b8
|
@ -201,7 +201,7 @@
|
|||
});
|
||||
},
|
||||
allprocess:function(){
|
||||
getAction("/fileDataLink/processAllFile?dataLinkType=3",{}).then((res) => {
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType=3",{}).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message);
|
||||
} else {
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
});
|
||||
},
|
||||
allprocess:function(){
|
||||
getAction("/fileDataLink/processAllFile?dataLinkType=2",{}).then((res) => {
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType=2",{}).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message);
|
||||
} else {
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
});
|
||||
},
|
||||
allprocess:function(){
|
||||
getAction("/fileDataLink/processAllFile?dataLinkType=1",{}).then((res) => {
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType=1",{}).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user