git合并后丢失已排产拖拽修复
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user