This commit is contained in:
2025-07-08 10:18:56 +08:00
parent 234bf6ecc4
commit a36c2e8646
5 changed files with 41 additions and 412 deletions

View File

@ -92,7 +92,7 @@
</template>
</el-dialog>
<!-- 编辑 -->
<EditForm v-if="show" @updateDate="updateDate" ref="editFormDiloag" />
<EditForm v-if="show" @updateDate="getList" ref="editFormDiloag" />
<!-- 详情 -->
<DetailForm ref="detailDiloag" />
</div>
@ -213,24 +213,14 @@ const openDetail = (row) => {
const autoEdit = () => {
dialogVisible.value = false;
let url = `/mosty-gsxt/tbGsxtZdqt/subExamine/${autoId.value}`;
qcckPost({}, url)
.then((res) => {
ElMessage.success("提交成功");
getList();
})
.catch(() => {
ElMessage.error("提交失败");
});
};
const updateDate = () => {
getList();
};
//选择类型
const handleType = (val) => {
pageData.keyCount++;
pageData.pageConfiger.pageCurrent = 1;
getList();
qcckPost({}, url).then((res) => {
ElMessage.success("提交成功");
getList();
}).catch(() => {
ElMessage.error("提交失败");
});
};
// 搜索
const onSearch = (val) => {
queryFrom.value = { ...val };