统一文件
This commit is contained in:
parent
445d8c40b3
commit
ee03e5a5c5
|
@ -214,7 +214,7 @@
|
|||
});
|
||||
},
|
||||
allprocess:function(){
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType=3",{}).then((res) => {
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType="+this.queryParam.dataLinkType,{}).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message);
|
||||
} else {
|
||||
|
|
|
@ -198,7 +198,7 @@
|
|||
});
|
||||
},
|
||||
allprocess:function(){
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType=2",{}).then((res) => {
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType="+this.queryParam.dataLinkType,{}).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message);
|
||||
} else {
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
});
|
||||
},
|
||||
allprocess:function(){
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType=1",{}).then((res) => {
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType="+this.queryParam.dataLinkType,{}).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message);
|
||||
} else {
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
});
|
||||
},
|
||||
allprocess:function(){
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType=1",{}).then((res) => {
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType="+this.queryParam.dataLinkType,{}).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message);
|
||||
} else {
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
});
|
||||
},
|
||||
allprocess:function(){
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType=1",{}).then((res) => {
|
||||
postAction("/fileDataLink/processAllFile?dataLinkType="+this.queryParam.dataLinkType,{}).then((res) => {
|
||||
if (res.success) {
|
||||
this.$message.success(res.message);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user