|
|
@ -164,6 +164,10 @@ const handlePictureCardPreview = (uploadFile) => { |
|
|
|
const feedbackBackDialogVisible = ref(false) |
|
|
|
|
|
|
|
const feedbackBack = () => { |
|
|
|
if(feedbackContent.value == '' && feedbackFileList.value.length == 0) { |
|
|
|
dataStore.isFeedback = false; |
|
|
|
return; |
|
|
|
} |
|
|
|
feedbackBackDialogVisible.value = true; |
|
|
|
} |
|
|
|
// 确人保存 |
|
|
|