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