zhouwenxuan
2023-12-13 c71dc4c3abb3fcbbafc68b34e2bcb98cf0f8b346
src/views/safetyReview/notice/components/noticeDialog.vue
@@ -67,6 +67,7 @@
})
const openDialog = async (type, value) => {
    dialogVisible.value = true;
    // state.noticeForm.noticeContent = ""
    isReview.value = false;
    showEditor.value = false
@@ -96,7 +97,7 @@
    if(type === 'add'){
        reset()
    }
    dialogVisible.value = true;
}
const getEditorData = (val) =>{
@@ -168,6 +169,7 @@
            }
            emit("getList")
            reset();
            showEditor.value=false
            myEditor.value.clear();
            noticeRef.value.clearValidate();
            dialogVisible.value = false;
@@ -188,6 +190,7 @@
            }
            emit("getList")
            reset();
            showEditor.value=false
            myEditor.value.clear();
            noticeRef.value.clearValidate();
            dialogVisible.value = false;