|
@@ -258,6 +258,8 @@ export default {
|
|
|
<el-popconfirm
|
|
|
onOnConfirm={async () => {
|
|
|
this.handleSubmit(row.parentId, row)
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+
|
|
|
}}
|
|
|
title="是否确定需要申请该项内容?"
|
|
|
>
|
|
@@ -273,6 +275,8 @@ export default {
|
|
|
<el-popconfirm
|
|
|
onOnConfirm={async () => {
|
|
|
this.handleWithdraw(row.parentId, row)
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+
|
|
|
}}
|
|
|
title="是否确定需要撤回该项内容?"
|
|
|
>
|
|
@@ -288,6 +292,8 @@ export default {
|
|
|
<el-popconfirm
|
|
|
onOnConfirm={async () => {
|
|
|
this.handleAbandon(row.parentId, row)
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+
|
|
|
}}
|
|
|
title="是否确定需要弃审该项内容?"
|
|
|
>
|
|
@@ -355,6 +361,8 @@ export default {
|
|
|
<el-popconfirm
|
|
|
onOnConfirm={async () => {
|
|
|
this.handleDelete(row.parentId, row)
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+
|
|
|
}}
|
|
|
title="是否确定需要删除该项内容?"
|
|
|
>
|