linwenxin пре 9 месеци
родитељ
комит
231bbe8b08

+ 1 - 3
src/views/workOrder/settleAccountsManagement/engineerFeeSettlement/index.vue

@@ -80,9 +80,7 @@ export default {
       return this.operationBtn({
         settleAccounts: {
           click: ({ row, index, column }) => {
-            recycSettleBatchSettle({
-              ids: [row.id]
-            }).then(res => {
+            recycSettleBatchSettle([row.id]).then(res => {
               this.$message({ type: 'success', message: `成功!` })
               this.$refs.pageRef.refreshList()
             })

+ 1 - 3
src/views/workOrder/settleAccountsManagement/shoppingGuideCommission/index.vue

@@ -79,9 +79,7 @@ export default {
       return this.operationBtn({
         settleAccounts: {
           click: ({ row, index, column }) => {
-            recycSettleBatchSettle({
-              ids: [row.id]
-            }).then(res => {
+            recycSettleBatchSettle([row.id]).then(res => {
               this.$message({ type: 'success', message: `成功!` })
               this.$refs.pageRef.refreshList()
             })