src/views/flow/components/TodolistLeft.vue
@@ -1,7 +1,7 @@ <!-- * @Date: 2025-07-01 20:45:15 * @LastEditors: gaoshp * @LastEditTime: 2025-07-07 20:00:11 * @LastEditTime: 2025-07-08 20:03:15 * @FilePath: /mdmweb/src/views/flow/components/TodolistLeft.vue --> <template> @@ -100,7 +100,7 @@ this.$message.error('获取已选程序失败'); return; } else { this.appData = res.data this.tableData = res.data.data || []; } this.$emit('selection-change',this.tableData) })