zhouwenxuan
2023-12-12 71cc4a7c66a9caa8f856edc55f16564fe2972a0a
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;