刘洋 il y a 11 mois
Parent
commit
d7c9f74e2a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/modules/question/components/PropertyTreeSelect.vue

+ 1 - 1
src/modules/question/components/PropertyTreeSelect.vue

@@ -204,7 +204,7 @@ export default {
       if (checkedCount > 3) {
         // 如果超出限制,则取消最后一次勾选
         this.$refs.PropertyTree.setChecked(nodeObj.id, false);
-        this.$message.warning("最多只能选择3个");
+        this.$message.error("最多只能选择3个");
       }
     },
     getCheckedPropertyInfos(selectedPropIds = []) {