|
@@ -491,11 +491,11 @@
|
|
|
return getCheckPerm(val) || getCheckPerm(`${val}-${myType}`);
|
|
return getCheckPerm(val) || getCheckPerm(`${val}-${myType}`);
|
|
|
}
|
|
}
|
|
|
function handlegotoEdit(record) {
|
|
function handlegotoEdit(record) {
|
|
|
- if (!tableType.value) {
|
|
|
|
|
- window.open(`/draw/#/tabulation?tabulationId=${record.id}`);
|
|
|
|
|
- } else {
|
|
|
|
|
|
|
+ // if (!tableType.value) {
|
|
|
|
|
+ // window.open(`/draw/#/tabulation?tabulationId=${record.id}`);
|
|
|
|
|
+ // } else {
|
|
|
window.open(`/draw/#/overview?overviewId=${record.id}`);
|
|
window.open(`/draw/#/overview?overviewId=${record.id}`);
|
|
|
- }
|
|
|
|
|
|
|
+ // }
|
|
|
}
|
|
}
|
|
|
function handlePowers(record: Recordable) {
|
|
function handlePowers(record: Recordable) {
|
|
|
openPowersModal(true, {
|
|
openPowersModal(true, {
|