|
|
@@ -1260,7 +1260,7 @@ export default {
|
|
|
isOpenApproval(platParam).then((response) => {
|
|
|
var platResult = response.data.isOpen;
|
|
|
if (platResult == true) {
|
|
|
- _this.msgSuccess("平台正在审核资料,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,预计2小时内完成,请平台审批通过后,再次签署");
|
|
|
+ _this.msgSuccess("平台正在审核资料,平台审核时间为工作日:9:00—18:00;当日16:00之前提交资料,预计2小时内完成,请平台审批通过后,再次签署");
|
|
|
}
|
|
|
})
|
|
|
_this.$store.dispatch("tagsView/delView", _this.$route);
|
|
|
@@ -1277,7 +1277,7 @@ export default {
|
|
|
this.form.ticketList = this.ticketList;
|
|
|
addInfor(this.form).then(response => {
|
|
|
loading.close();
|
|
|
- this.msgSuccess("平台正在审核资料,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,预计2小时内完成,请平台审批通过后,再次签署");
|
|
|
+ this.msgSuccess("平台正在审核资料,平台审核时间为工作日:9:00—18:00;当日16:00之前提交资料,预计2小时内完成,请平台审批通过后,再次签署");
|
|
|
this.$store.dispatch("tagsView/delView", this.$route);
|
|
|
this.$router.go(-1);
|
|
|
}).catch((response)=>{
|