提交 ce98f8e4 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl' into 'test'

auto commit

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!488
...@@ -2727,8 +2727,8 @@ export default { ...@@ -2727,8 +2727,8 @@ export default {
}, },
// 创建地址 // 创建地址
createAreaAddress(type,index){ createAreaAddress(type,index){
if(type && this.formData.detectionAreaAddressList.length >= 10){ if(!type && this.formData.detectionAreaAddressList.length >= 10){
this.$toast('最多添加50条'); this.$message('最多添加50条');
return false; return false;
} }
this.isAreaAddress = true; this.isAreaAddress = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册