...
|
...
|
@@ -480,6 +480,14 @@ export default { |
|
|
})
|
|
|
|
|
|
}
|
|
|
//快捷输入是否同意
|
|
|
let onInput=(val)=>{
|
|
|
if (val){
|
|
|
opinion.value="同意"
|
|
|
}else {
|
|
|
opinion.value="不同意"
|
|
|
}
|
|
|
}
|
|
|
Vue.onUnmounted(()=>{
|
|
|
timer.value=null;
|
|
|
})
|
...
|
...
|
@@ -490,7 +498,7 @@ export default { |
|
|
title, dialogVisible, height, dataList, columns, closeDetail,okfunc, getPage,selectionChange,dynamicTagsAppend,
|
|
|
showUserDialog,showUserDialogVisible,userFileRight,userList,selectUser,getUserList,titles,buttonTexts,
|
|
|
getAlarmInfo,alarmInfo,cascaderValue,propsTrigger,handleChange,cascaderOptions,noticeFlag,
|
|
|
getUserByToken,getUser,cancleBtn,repositoryInfo,repositoryId,opinion,getAlarmStatis,handleInfoObj,alarmIdVal
|
|
|
getUserByToken,getUser,cancleBtn,repositoryInfo,repositoryId,opinion,getAlarmStatis,handleInfoObj,alarmIdVal,onInput
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|