Browse Source

更新列表

zhengnaiwen_citu 3 months ago
parent
commit
e0b32232c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/sandbox/sandboxList.vue

+ 1 - 1
src/views/sandbox/sandboxList.vue

@@ -116,7 +116,7 @@ export default {
       try {
         await sendSalaryRelease({ performanceSolutionId: row.performanceSolutionId })
         this.$message.success('发布成功')
-        // this.onInit()
+        this.getList()
       } catch (error) {
         this.$message.error(error)
       } finally {