Преглед на файлове

将商品名字单独采用关键字检查

Guos преди 1 ден
родител
ревизия
6cbb8b7602
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      src/api/hisStore/storeProduct.js

+ 2 - 3
src/api/hisStore/storeProduct.js

@@ -182,13 +182,12 @@ export function getExemptSecondMedicalDeviceList() {
 }
 
 //产品成分校验
-export function selectForbiddenKeywords(ingredient, productName) {
+export function selectForbiddenKeywords(keywords) {
   return request({
     url: '/store/store/storeProduct/selectForbiddenKeywords',
     method: 'post',
     data: {
-        ingredient: ingredient,
-        productName:  productName
+      keywords: keywords
     }
   })
 }