瀏覽代碼

指定设备-去除test

Shan9312 1 年之前
父節點
當前提交
fafeed5f84
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      src/views/basicData/equipmentTMR/index.vue

+ 5 - 2
src/views/basicData/equipmentTMR/index.vue

@@ -182,7 +182,7 @@ export default {
         offset:1,
         pagecount:50,
         returntype:"Map",
-        parammaps:{"pastureid":"1654779860"},//{ pastureid: Cookies.get('pastureid'),}  //{"pastureid":"1654779860"}
+        parammaps:{ pastureid: Cookies.get('pastureid'),}  //{"pastureid":"1654779860"}
       },
       table: {
         getdataListParm: {
@@ -211,7 +211,10 @@ export default {
       rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
       cellStyle: { padding: 0 + 'px' },
       appoinsList:[],
-      appoinObj:{}
+      appoinObj:{
+        appoint:'',
+        appointName:""
+      }
     }
   },