|
@@ -235,7 +235,7 @@ export default {
|
|
|
this.getFarmList(data.gridLandId);
|
|
|
}
|
|
|
if (data.gridFarmId == undefined && data.gridLandId == undefined) {
|
|
|
- this.$modal.msgError("请先绑定相关数据!");
|
|
|
+ this.$message.warning("请先绑定相关数据!");
|
|
|
}
|
|
|
// console.log(data.gridFarmId,'===================我来看看是啥========================');
|
|
|
this.listCurrentIndex2 = data.id;
|