Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
fef898f118
@ -42,6 +42,10 @@ function updateClick(row:any){
|
||||
paramsObj.value = row
|
||||
isAppPopUp.value = true
|
||||
}
|
||||
function addClick(){
|
||||
paramsObj.value = {}
|
||||
isAppPopUp.value = true
|
||||
}
|
||||
function routerClick(item,path){
|
||||
router.push({
|
||||
path: path,
|
||||
|
Loading…
Reference in New Issue
Block a user