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