Explorar o código

fix: 删除刷新

zh %!s(int64=2) %!d(string=hai) anos
pai
achega
fa225355ff
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/views/supply/engin/commerce_list.vue

+ 8 - 0
src/views/supply/engin/commerce_list.vue

@@ -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="是否确定需要删除该项内容?"
                 >