|
@@ -747,7 +747,9 @@
|
|
|
selectDqsbs(){
|
|
|
let usercode=''
|
|
|
usercode = store.getters.userInfo.username
|
|
|
- getAction("/dqsbs").then(res=>{
|
|
|
+ debugger
|
|
|
+ getAction("/qcsb.qyxx/qcQyxx/dqsbs").then(res=>{
|
|
|
+ debugger
|
|
|
if(res.code==200){
|
|
|
this.shtgs=res.result1[0]//审核通过数
|
|
|
this.cwth=res.result1[1]//错误退回
|