mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-29 17:57:37 +08:00
chore: update
This commit is contained in:
parent
60ab43b012
commit
5055d715c3
@ -159,7 +159,8 @@ export function useRole(tableRef: Ref) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** 拷贝请求接口,表格单元格被双击时触发 */
|
/** 拷贝请求接口,表格单元格被双击时触发 */
|
||||||
function handleCellDblclick({ url }) {
|
function handleCellDblclick({ url }, { property }) {
|
||||||
|
if (property !== "url") return;
|
||||||
update(url);
|
update(url);
|
||||||
copied.value
|
copied.value
|
||||||
? message(`${url} 已拷贝`, { type: "success" })
|
? message(`${url} 已拷贝`, { type: "success" })
|
||||||
|
Loading…
Reference in New Issue
Block a user