Ver código fonte

新增左侧树优化

wyh 9 meses atrás
pai
commit
555394b6e4

+ 1 - 1
src/components/module_interLock/UEquipmentTree/UEquipmentTree.vue

@@ -40,7 +40,7 @@
     },
     methods: {
       getTpmTreeData(){
-        getAction(`/tpmEquipmentTree/tpmEquipmentTree/listtreeandequip`).then(res=>{
+        getAction(`/base/interlockBase/lever12`).then(res=>{
           if (res.success) {
             // 防止res.result对tpmListData造成地址赋值的问题
             this.tpmListData = JSON.parse(JSON.stringify(res.result))