gaoshp
2025-08-06 efd121b6f7bd284b40cc266d09e34908157b1658
删除后内容清空
已修改1个文件
7 ■■■■ 文件已修改
src/views/flow/components/TodolistLeft.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flow/components/TodolistLeft.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2025-07-01 20:45:15
 * @LastEditors: gaoshp
 * @LastEditTime: 2025-08-06 20:16:01
 * @LastEditTime: 2025-08-06 20:40:36
 * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue
-->
<template>
@@ -174,7 +174,10 @@
            this.$emit('selection-change',this.tableData)
        },
        showContent (row, column, event) {
            if(!row?.id) return this.appContent = '';
            if(!row?.id) {
                this.showContentId = ''
                return this.appContent = '';
            }
            this.showContentId = row.id
            getContent(row.id).then(res => {
                if(res.data.code === 200) {