lxf %!s(int64=2) %!d(string=hai) anos
pai
achega
258cd0c80f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/process/Contract.vue

+ 1 - 1
src/components/process/Contract.vue

@@ -179,7 +179,7 @@
             <el-table-column align="center" label="操作" width="120" fixed="right">
               <template #default="{ row, $index }">
                 <el-button type="primary" link @click="handleHandover(row, $index)">交接单</el-button>
-                <el-button type="primary" link @click="handleRemove($index)">删除</el-button>
+                <el-button type="primary" link @click="handleRemove($index, row)">删除</el-button>
               </template>
             </el-table-column>
           </el-table>