Browse Source

bug 修复

lilei 4 năm trước cách đây
mục cha
commit
5e4191651b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/productManagement/productBrand/editModal.vue

+ 1 - 1
src/views/productManagement/productBrand/editModal.vue

@@ -96,7 +96,7 @@ export default {
           const re = /^[\u4E00-\u9FA5A-Za-z].{2,20}$/
           const r = re.test(formData.brandName)
           if (!r) {
-            this.$message.info('品牌名称只能以汉字或字母开头')
+            this.$message.error('品牌名称只能以汉字或字母开头')
             return false
           }
           dealerProductBrandSave(formData).then(res => {