@@ -249,7 +249,7 @@
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- del({reIds: [id]}).then(({data}) => {
+ del([id]).then(({data}) => {
if (data && data.code === '200') {
this.$message({
type: 'success',
@@ -491,7 +491,7 @@ export default {
- del({priceIds: [priceId]}).then(({data}) => {
+ del([priceId]).then(({data}) => {
@@ -286,7 +286,7 @@
- del({ids: [id]}).then(({data}) => {
@@ -486,7 +486,7 @@ export default {
- del({invoicesIds: [id]}).then(({data}) => {
@@ -331,7 +331,7 @@ export default {
- delFirst({authenticateIds: [id]}).then(({data}) => {
+ delFirst([id]).then(({data}) => {
@@ -428,7 +428,7 @@ export default {
- delOutsource({purchaseIds: [id]}).then(({data}) => {
+ delOutsource([id]).then(({data}) => {
message: '操作成功',
@@ -466,7 +466,7 @@
@@ -321,7 +321,7 @@ export default {
- delInventory({inventoryIds: [inventoryId]}).then(({data}) => {
+ delInventory([inventoryId]).then(({data}) => {
message: '删除成功',
@@ -318,7 +318,7 @@
- delInOutBound({ids: [row.id]}).then(({data}) => {
+ delInOutBound([row.id]).then(({data}) => {