ソースを参照

note projection text

haojianlong 5 年 前
コミット
9582bbd67a

+ 1 - 0
src/components/business_space/business/handsontable.vue

@@ -351,6 +351,7 @@ export default {
         })
         param.data.Content.push(item);
 			})
+      param.Projection = []
 			updateZone(param, (res) => {})
     },
     //获取被筛选掉的行号

+ 1 - 0
src/components/ledger/handsontables/assets.vue

@@ -648,6 +648,7 @@ export default {
         });
         param.Content.push(item)
       })
+      param.Projection = []
       updateProperty(param, res => { })
     },
     //修改资产类型

+ 2 - 0
src/components/ledger/handsontables/device.vue

@@ -567,6 +567,8 @@ export default {
         });
         param.Content.push(item);
       });
+      param.Projection = []
+      debugger
       updateEquip(param, res => { });
     },
     //修改设备类型

+ 1 - 0
src/components/ledger/handsontables/system.vue

@@ -466,6 +466,7 @@ export default {
         });
         param.Content.push(item);
       });
+      param.Projection = []
       updateGeneralSys(param, res => { });
     },
     //获取到了正确的信息

+ 1 - 0
src/views/ledger/cenotelist/index.vue

@@ -190,6 +190,7 @@ export default {
         // }
         param.Content.push(item);
       })
+      param.Projection = []
 
       await updataCenoteTableData(param, (res) => {
         

+ 1 - 0
src/views/ledger/facility/partsmanage/index.vue

@@ -265,6 +265,7 @@ export default {
         // }
         param.data.Content.push(item);
       });
+      param.Projection = []
       await updateParts(param, res => { });
     },
     // 删除表格数据

+ 1 - 0
src/views/ledger/rentlist/index.vue

@@ -207,6 +207,7 @@ export default {
         param.Content.push(item);
       });
 
+      param.Projection = []
       await updataRentTableData(param, (res) => {
         
       })