|
@@ -997,7 +997,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
const isExceedLimit = dataList.length >= val.maxValue;
|
|
const isExceedLimit = dataList.length >= val.maxValue;
|
|
|
if (val.maxValue !== null && isExceedLimit) {
|
|
if (val.maxValue !== null && isExceedLimit) {
|
|
|
- this.$toast("选择经销商超过最大限制!");
|
|
|
|
|
|
|
+ this.$toast("超过最大限制!");
|
|
|
} else {
|
|
} else {
|
|
|
this.agentValue = "";
|
|
this.agentValue = "";
|
|
|
if (answerType == "jxs") {
|
|
if (answerType == "jxs") {
|