瀏覽代碼

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

sckj 1 周之前
父節點
當前提交
2f61889f7a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();