mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	Merge pull request #21 from Bull-BCLS/dev
fix: 修复删除列表数据后 Select 选择框重置问题
This commit is contained in:
		| @@ -527,6 +527,7 @@ | ||||
|     del(ids).then((res) => { | ||||
|       proxy.$message.success(res.msg); | ||||
|       getList(); | ||||
|       proxy.$refs.tableRef.selectAll(false); | ||||
|     }); | ||||
|   }; | ||||
|  | ||||
|   | ||||
| @@ -502,6 +502,7 @@ | ||||
|     del(ids).then((res) => { | ||||
|       proxy.$message.success(res.msg); | ||||
|       getList(); | ||||
|       proxy.$refs.tableRef.selectAll(false); | ||||
|     }); | ||||
|   }; | ||||
|  | ||||
|   | ||||
| @@ -414,6 +414,7 @@ | ||||
|     del(ids).then((res) => { | ||||
|       proxy.$message.success(res.msg); | ||||
|       getList(); | ||||
|       proxy.$refs.tableRef.selectAll(false); | ||||
|     }); | ||||
|   }; | ||||
|  | ||||
|   | ||||
| @@ -517,6 +517,7 @@ | ||||
|     del(ids).then((res) => { | ||||
|       proxy.$message.success(res.msg); | ||||
|       getList(); | ||||
|       proxy.$refs.tableRef.selectAll(false); | ||||
|     }); | ||||
|   }; | ||||
|  | ||||
|   | ||||
| @@ -726,6 +726,7 @@ | ||||
|     del(ids).then((res) => { | ||||
|       proxy.$message.success(res.msg); | ||||
|       getList(); | ||||
|       proxy.$refs.tableRef.selectAll(false); | ||||
|     }); | ||||
|   }; | ||||
|  | ||||
|   | ||||
| @@ -793,6 +793,7 @@ | ||||
|     del(ids).then((res) => { | ||||
|       proxy.$message.success(res.msg); | ||||
|       getList(); | ||||
|       proxy.$refs.tableRef.selectAll(false); | ||||
|     }); | ||||
|   }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 GitHub
						GitHub