Browse Source

fix: 删除刷新

zh 2 năm trước cách đây
mục cha
commit
fa225355ff
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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="是否确定需要删除该项内容?"
                 >