|
@@ -994,7 +994,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
if (
|
|
|
- this.dataList.bulkDensity < 500 ||
|
|
|
+ this.dataList.bulkDensity < 0 ||
|
|
|
this.dataList.bulkDensity > 1000
|
|
|
) {
|
|
|
this.$message({
|
|
@@ -1130,7 +1130,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
if (
|
|
|
- this.dataList1.bulkDensity < 500 ||
|
|
|
+ this.dataList1.bulkDensity < 0 ||
|
|
|
this.dataList1.bulkDensity > 1000
|
|
|
) {
|
|
|
this.$message({
|
|
@@ -1280,7 +1280,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
if (
|
|
|
- this.dataList1.bulkDensity < 500 ||
|
|
|
+ this.dataList1.bulkDensity < 0 ||
|
|
|
this.dataList1.bulkDensity > 1000
|
|
|
) {
|
|
|
this.$message({
|