|
|
@ -376,6 +376,7 @@ export default {
|
|
|
|
if (this.inputQuery.sortNum < 0) {
|
|
|
|
if (this.inputQuery.sortNum < 0) {
|
|
|
|
this.$message.error("排序不能小于0!");
|
|
|
|
this.$message.error("排序不能小于0!");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
|
|
} else if (this.inputQuery.sortNum > 999) {
|
|
|
|
} else if (this.inputQuery.sortNum > 999) {
|
|
|
|
this.$message.error("排序不能大于999!");
|
|
|
|
this.$message.error("排序不能大于999!");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|