|
@@ -234,8 +234,8 @@ export default defineComponent({
|
|
tabsViewStore.addTabByPath('/position/detail', {id: key});
|
|
tabsViewStore.addTabByPath('/position/detail', {id: key});
|
|
};
|
|
};
|
|
const add = () => {
|
|
const add = () => {
|
|
- //tabsViewStore.addTabByPath('/position/edit', {});
|
|
|
|
- tabsViewStore.addTabByPath('/query/index', {tempId: 'af029fdd-62ca-443e-9503-f940f40a7fdc'});
|
|
|
|
|
|
+ tabsViewStore.addTabByPath('/position/edit', {});
|
|
|
|
+ //tabsViewStore.addTabByPath('/query/index', {tempId: 'af029fdd-62ca-443e-9503-f940f40a7fdc'});
|
|
};
|
|
};
|
|
const edit = (key: string) => {
|
|
const edit = (key: string) => {
|
|
tabsViewStore.addTabByPath('/position/edit', {id: key});
|
|
tabsViewStore.addTabByPath('/position/edit', {id: key});
|