Merge remote-tracking branch 'origin/dev_20231201_feizhi' into dev_20231201_feizhi

This commit is contained in:
zyn
2023-12-05 14:48:01 +08:00
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)