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) {