隐患考评bug修复
parent
5c8e674f14
commit
990357092a
|
@ -168,7 +168,7 @@
|
|||
v-if="USER_ID=='1'"
|
||||
type="danger"
|
||||
icon="el-icon-view"
|
||||
@click="fnDelvaluation(row.HIDDEN_ID)">删除
|
||||
@click="fnDelvaluation(row.HIDDEN_ID)">重置考评
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
@ -428,7 +428,7 @@ export default {
|
|||
})
|
||||
},
|
||||
fnDelvaluation(hiddenId) {
|
||||
this.$confirm('确定要删除选中的评审记录吗?', {
|
||||
this.$confirm('确定要重置选中的评审记录吗?', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
|
Loading…
Reference in New Issue