|
@@ -128,7 +128,7 @@ export default {
|
|
|
this.delData = val.map(item=>item.sa_hrcashbilldetailid)
|
|
this.delData = val.map(item=>item.sa_hrcashbilldetailid)
|
|
|
},
|
|
},
|
|
|
onDel(){
|
|
onDel(){
|
|
|
- this.$confirm('此操作将永久删除已选明细, 是否继续?', '提示', {
|
|
|
|
|
|
|
+ this.$confirm('删除所选明细,是否继续?', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
type: 'warning'
|