5398d64d by renchao@pashanhoo.com

style:受理申请

1 parent 98496ecf
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-05-24 16:20:34
* @LastEditTime: 2023-05-24 17:07:59
-->
<template>
<div class="slxx">
......@@ -259,6 +259,7 @@
message: "保存成功!",
type: "success",
});
this.$store.dispatch('user/refreshPage', true);
} else {
this.$message({
showClose: true,
......
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-05-24 16:21:13
* @LastEditTime: 2023-05-24 17:08:05
-->
<template>
<div class="slxx">
......@@ -283,6 +283,7 @@
message: "保存成功!",
type: "success",
});
this.$store.dispatch('user/refreshPage', true);
} else {
this.$message({
showClose: true,
......
......@@ -235,7 +235,8 @@
showClose: true,
message: "保存成功!",
type: "success",
});
})
this.$store.dispatch('user/refreshPage', true);
} else {
this.$message({
showClose: true,
......