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