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