|
@@ -851,10 +851,13 @@ export default {
|
|
|
//查询有无平台审批
|
|
|
var platParam = {};
|
|
|
platParam.menuId = "1000000004";
|
|
|
+ var zfpPlatform = this.creditLineList.zfpPlatform;
|
|
|
+ console.log(zfpPlatform,"zfpPlatform")
|
|
|
isOpenApproval(platParam).then((response) => {
|
|
|
var platResult = response.data.isOpen;
|
|
|
//开启平台审批
|
|
|
- if (platResult) {
|
|
|
+ //是否需平台审批(0:不需要,1:需要)
|
|
|
+ if (platResult&&zfpPlatform=='1') {
|
|
|
_this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;当日16:00之前提交资料,预计2小时内完成,请留意站内信息");
|
|
|
_this.$store.dispatch("tagsView/delView", _this.$route);
|
|
|
_this.$router.go(-1);
|
|
@@ -936,10 +939,13 @@ export default {
|
|
|
//查询有无平台审批
|
|
|
var platParam = {};
|
|
|
platParam.menuId = "1000000004";
|
|
|
+ var zfpPlatform = this.creditLineList.zfpPlatform;
|
|
|
+ console.log(zfpPlatform,"zfpPlatform")
|
|
|
isOpenApproval(platParam).then((response) => {
|
|
|
var platResult = response.data.isOpen;
|
|
|
//开启平台审批
|
|
|
- if (platResult) {
|
|
|
+ //是否需平台审批(0:不需要,1:需要)
|
|
|
+ if (platResult&&zfpPlatform=='1') {
|
|
|
this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;当日16:00之前提交资料,预计2小时内完成,请留意站内信息");
|
|
|
this.$store.dispatch("tagsView/delView", this.$route);
|
|
|
this.$router.go(-1);
|