zxz 3 年之前
父节点
当前提交
ba39809612
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/platformaudit/grainPulseDynamic.vue

+ 1 - 2
src/views/platformaudit/grainPulseDynamic.vue

@@ -87,7 +87,6 @@
               type="danger"
               type="danger"
               
               
               v-if="scope.row.statusFlag == 1"
               v-if="scope.row.statusFlag == 1"
-              v-hasPermission="`audit.tranMerchant.tranMerchantInfo.view`"
               @click="rejectList(scope.row)"
               @click="rejectList(scope.row)"
               >驳回</el-button
               >驳回</el-button
             >
             >
@@ -96,7 +95,7 @@
               type="primary"
               type="primary"
              
              
               v-if="scope.row.statusFlag == 1"
               v-if="scope.row.statusFlag == 1"
-              @click="adoptOut(scope.row)"
+              @click="adoptList(scope.row)"
               v-hasPermission="`audit.tranMerchant.tranMerchantInfo.view`"
               v-hasPermission="`audit.tranMerchant.tranMerchantInfo.view`"
               >通过</el-button
               >通过</el-button
             >
             >