新增项目方法
This commit is contained in:
parent
ca4a7e3280
commit
c799cfcb76
@ -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