mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	fix: 修复src/views.infra/job/index中删除按钮因为传参错误导致删除功能报错
This commit is contained in:
		@@ -106,7 +106,7 @@
 | 
			
		||||
          <el-button
 | 
			
		||||
            type="danger"
 | 
			
		||||
            link
 | 
			
		||||
            @click="handleDelete(scope.row)"
 | 
			
		||||
            @click="handleDelete(scope.row.id)"
 | 
			
		||||
            v-hasPermi="['infra:job:delete']"
 | 
			
		||||
          >
 | 
			
		||||
            删除
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user