XMLWAN 4 years ago
parent
commit
6732f5fe6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/role/admin.vue

+ 1 - 1
src/xt_pages/role/admin.vue View File

@@ -140,7 +140,7 @@
140 140
               ></el-button>
141 141
             </el-tooltip>
142 142
             <span v-if="scope.row.user_type == 2">
143
-              <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.id,scope.row.is_mark)">
143
+              <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.user_id,scope.row.is_mark)">
144 144
                     <span v-if="scope.row.is_mark ==0">已登记</span>
145 145
                     <span v-if="scope.row.is_mark ==1">撤销</span>
146 146
               </el-button>