git合并后丢失已排产拖拽修复

This commit is contained in:
朱昊天
2026-07-09 17:46:00 +08:00
parent f42798cf2c
commit ccbbcb79bc

View File

@@ -682,7 +682,6 @@ import draggable from 'vuedraggable'
export default {
name: 'ApsSchedule',
components: { ProcessSelect, draggable },
components: { ProcessSelect },
props: {
// 由 flow.vue 通过 switchApsPage 传入的参数
apsParams: {
@@ -775,9 +774,7 @@ export default {
watch: {
scheduledStepTab() {
this.refreshScheduledStepItems()
}
},
watch: {
},
// 接收 flow.vue 传入的参数:设置日期并自动查询
apsParams: {
handler(val) {