From 813837a9555ea9929c64cc5e88ef4a56d2bd7b82 Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期一, 11 八月 2025 18:43:28 +0800
Subject: [PATCH] '调整新增编辑查看功能'
---
src/views/infomanger/complating/component/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/infomanger/complating/component/index.vue b/src/views/infomanger/complating/component/index.vue
index b7699e8..fa274ee 100644
--- a/src/views/infomanger/complating/component/index.vue
+++ b/src/views/infomanger/complating/component/index.vue
@@ -27,6 +27,7 @@
import { ElMessage } from 'element-plus'
import { updComplaintLog, doComplaint } from "@/api/system/company/company"
const dialogVisible = ref(false)
+ const emits = defineEmits({})
const info = ref({})
const form = ref({
complaintStatus: "-1"
@@ -34,6 +35,7 @@
function openDialog(item) {
info.value = item
form.value.id = item.id
+ form.value.result = ""
dialogVisible.value = true
}
function closeDialog() {
@@ -50,6 +52,7 @@
if(val.code == 200){
ElMessage.success("鎿嶄綔鎴愬姛")
closeDialog()
+ emits('upload')
}
})
}
--
Gitblit v1.9.1