|
@@ -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 = []) {
|