fix: 校验企标顺序号的请求修改请求方式
This commit is contained in:
@@ -2438,7 +2438,7 @@
|
|||||||
},
|
},
|
||||||
ifStandCodebyStandName(standCode,standName,taskIds,standNum,standSort){
|
ifStandCodebyStandName(standCode,standName,taskIds,standNum,standSort){
|
||||||
return new Promise((resolve, reject)=>{
|
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))
|
.then(res => resolve(res))
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
throw new Error(e)
|
throw new Error(e)
|
||||||
|
|||||||
@@ -2572,7 +2572,7 @@
|
|||||||
},
|
},
|
||||||
ifStandCodebyStandName(standCode,standName,taskIds,standNum,standSort){
|
ifStandCodebyStandName(standCode,standName,taskIds,standNum,standSort){
|
||||||
return new Promise((resolve, reject)=>{
|
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))
|
.then(res => resolve(res))
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
throw new Error(e)
|
throw new Error(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user