huminmin
9 小时以前 0dda6984f31cf5970b7d3442aef10badfcc245b8
src/views/procurementManagement/procurementLedger/index.vue
@@ -1642,6 +1642,10 @@
  };
  // 删除产品
  const deleteProduct = () => {
    if (productData.value.length <= 1) {
      proxy.$modal.msgWarning("采购台账至少需要保留一条产品数据");
      return;
    }
    if (productSelectedRows.value.length === 0) {
      proxy.$modal.msgWarning("请选择数据");
      return;