|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2022-01-08 10:36:43
|
|
|
- * @LastEditTime: 2022-01-25 11:07:21
|
|
|
+ * @LastEditTime: 2022-01-25 11:11:29
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
* @Description: 基础资料 - 栋舍管理
|
|
|
* @FilePath: \goldenPig\src\views\basic-data\house-admin\HouseAdmin.vue
|
|
@@ -197,7 +197,6 @@ export default {
|
|
|
// 确定默认选中牧场
|
|
|
this.searchForm2.farmId = newVal;
|
|
|
this.searchForm.farmId = newVal;
|
|
|
- console.log(this.searchForm.farmId);
|
|
|
this.modalForm2.farmId = newVal;
|
|
|
}
|
|
|
},
|