@@ -267,7 +267,6 @@ export default {
type: row.type + '',
stockIds: row.stockIds === undefined ? arr : row.stockIds
}
- this.type = 2
this.showDialogForm = true
})
},