whj 1 жил өмнө
parent
commit
0c226121bf

+ 1 - 1
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -291,7 +291,7 @@ export default {
     },
     batchDelete (id) {
       deletePurchaseOrder2({ id }).then(res => {
-        this.$message.info('删除成功')
+        this.$message.info(res.data)
         this.handleOk()
       })
     },