Merge remote-tracking branch 'origin/main'

This commit is contained in:
root 2025-05-26 16:42:10 +08:00
commit fef898f118

View File

@ -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,