Преглед изворни кода

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