|
@@ -510,7 +510,8 @@
|
|
billType: this.form.billType,
|
|
billType: this.form.billType,
|
|
url:"/financialManagement/paymentRequest/index",
|
|
url:"/financialManagement/paymentRequest/index",
|
|
pageStatus:"this.$store.getters.pqStatus",
|
|
pageStatus:"this.$store.getters.pqStatus",
|
|
- pageLabel:"付费申请"
|
|
|
|
|
|
+ pageLabel:"付费申请",
|
|
|
|
+ checkType: 'ffsq'
|
|
}
|
|
}
|
|
paymentCheck(params).then(res =>{
|
|
paymentCheck(params).then(res =>{
|
|
if(res.data.success){
|
|
if(res.data.success){
|