@@ -895,7 +895,7 @@
});
},
handleFf(row){
- this.$modal.confirm('确认发放吗' + row.pcmc + '的记录?').then(function () {
+ this.$modal.confirm('确认发放' + row.pcmc + '的记录?').then(function () {
return updatePcff({id:row.id,status:'1'});
}).then(() => {
this.getListBc();