BUG 30793
This commit is contained in:
		| @@ -33,7 +33,7 @@ | ||||
|         <el-table-column slot="options" width="140px" fixed="right" label="操作" align="center"> | ||||
|           <template slot-scope="{ row }"> | ||||
|             <div class="table-options"> | ||||
|               <el-button type="text" @click="edit('编辑设备配置', row)">编辑</el-button> | ||||
|               <el-button type="text" @click="add('编辑设备配置', row)">编辑</el-button> | ||||
|               <el-button type="text" @click="refresh(row)">刷新</el-button> | ||||
|               <el-button type="text" @click="remove(row.id)">删除</el-button> | ||||
|             </div> | ||||
| @@ -141,7 +141,7 @@ | ||||
|     }, | ||||
|     methods: { | ||||
|       getListInit() { | ||||
|         this.search.current = 1  | ||||
|         this.search.current = 1 | ||||
|         this.getList() | ||||
|       }, | ||||
|       getList () { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user