Browse Source

Merge branch '0210问题' of sckj/mz-cloud into master

sckj 1 week ago
parent
commit
2f61889f7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui-gljt/src/views/gljt/pcff/index.vue

+ 1 - 1
ruoyi-ui-gljt/src/views/gljt/pcff/index.vue

@@ -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();