Browse Source

出运明细节点取消编辑下删除的检验

jbb 2 năm trước cách đây
mục cha
commit
8027d3803a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/shipment-details/editShipDetDrawer.vue

+ 1 - 1
src/views/shipment-details/editShipDetDrawer.vue

@@ -796,7 +796,7 @@ export default {
     },
     // 操作 删除
     handleDelete(index) {
-          this.$message.error('编辑状态下,不可删除!')
+          // this.$message.error('编辑状态下,不可删除!')
     },
     // 操作 复制
     copy(record) {