fix: 校验企标顺序号的请求修改请求方式

This commit is contained in:
wxyclub
2023-12-05 09:35:41 +08:00
parent abc6671786
commit 9789adce36
2 changed files with 2 additions and 2 deletions
@@ -2438,7 +2438,7 @@
},
ifStandCodebyStandName(standCode,standName,taskIds,standNum,standSort){
return new Promise((resolve, reject)=>{
this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum,standSort})
this.$http._post('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum,standSort})
.then(res => resolve(res))
.catch(e => {
throw new Error(e)
@@ -2572,7 +2572,7 @@
},
ifStandCodebyStandName(standCode,standName,taskIds,standNum,standSort){
return new Promise((resolve, reject)=>{
this.$http._postData('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum,standSort})
this.$http._post('lawss/sarBussionessStand/ifStandCodebyStandName',{standCode,standName,taskIds,standNum,standSort})
.then(res => resolve(res))
.catch(e => {
throw new Error(e)