保存进度!
This commit is contained in:
parent
f2802722c1
commit
007953d129
5
code/ts/后端辅助工具/src/DataType/Interface.ts
Normal file
5
code/ts/后端辅助工具/src/DataType/Interface.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
interface document
|
||||||
|
{
|
||||||
|
getElementById(id: string): HTMLElement | null;
|
||||||
|
}
|
@ -2,7 +2,7 @@
|
|||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2023-02-02 22:19:12
|
* @Date: 2023-02-02 22:19:12
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2023-02-13 12:50:29
|
* @LastEditTime: 2023-02-14 08:54:25
|
||||||
* @FilePath: /IT工具综合平台/src/views/requirement/RequirementManager.vue
|
* @FilePath: /IT工具综合平台/src/views/requirement/RequirementManager.vue
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@ -418,12 +418,12 @@ export default {
|
|||||||
onUIChange();
|
onUIChange();
|
||||||
|
|
||||||
//销毁详情页面的editor
|
//销毁详情页面的editor
|
||||||
// const detailEditor = detailEditorRef.value;
|
const detailEditor = detailEditorRef.value;
|
||||||
|
|
||||||
// if (detailEditor !== null)
|
if (detailEditor != null)
|
||||||
// {
|
{
|
||||||
// detailEditor.destroy();
|
detailEditor.destroy();
|
||||||
// }
|
}
|
||||||
|
|
||||||
//销毁备注页的editor
|
//销毁备注页的editor
|
||||||
const commentEditor = commentEditorRef.value;
|
const commentEditor = commentEditorRef.value;
|
||||||
@ -478,7 +478,7 @@ export default {
|
|||||||
handleDetailEditorCreated,
|
handleDetailEditorCreated,
|
||||||
handleCommentEditorCreated,
|
handleCommentEditorCreated,
|
||||||
//生命周期
|
//生命周期
|
||||||
onBeforeMount,
|
//onBeforeMount,
|
||||||
};
|
};
|
||||||
//#endregion
|
//#endregion
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user