Przeglądaj źródła

Merge branch 'feature/recipeTemplate-down' of duanxiaoduan/tmr-admin into release/v1.0.2

duanxiaoduan 1 rok temu
rodzic
commit
241ba24033

+ 1 - 1
src/views/formulationPlan/recipeTemplate/index.vue

@@ -841,7 +841,7 @@ export default {
       isRoleEdit: [],
       myheight: document.documentElement.clientHeight - 265,
       requestParams: [
-        {"name":"getCowclassList","page":1,"offset":1,"pagecount":50,"returntype":"Map","parammaps":{"pastureid":"1654779860","classname":"","parentname":"","enable":1}},
+        {"name":"getCowclassList","page":1,"offset":1,"pagecount":50,"returntype":"Map","parammaps":{"pastureid":Cookies.get('pastureid'),"classname":"","parentname":"","enable":1}},
         // { name: 'getDictByName', offset: 0, pagecount: 0, params: ['牲畜父类'] },
         { name: 'getDictByName2', offset: 0, pagecount: 0, params: ['配方类型'] },
         { name: 'getFeedAndPre', offset: 0, pagecount: 0, parammaps: { pastureid: Cookies.get('pastureid') }},