huangbin hace 4 años
padre
commit
af9b08b24d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/information/goods/components/add/index.vue

+ 1 - 1
src/views/information/goods/components/add/index.vue

@@ -304,7 +304,7 @@ const validateUnit = async (rule: RuleObject, value: number) => {
  *
  */
 const valideteWR = async (rule: RuleObject, value: number) => {
-    return validateCommon(value, '请选择商品');
+    return validateCommon(value, '请选择套保品种');
 };
 
 export default defineComponent({