Browse Source

元素查询

yangyj 2 năm trước cách đây
mục cha
commit
8ee6d5b834
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/manager/wbsinfo/edit.vue

+ 1 - 1
src/views/manager/wbsinfo/edit.vue

@@ -2948,7 +2948,7 @@ export default {
     tolinkEle(row){
       this.curLinkEleTable = row;
       this.linkCheckVisible = true;
-      selectFormElements(row.id).then((res) => {
+      selectFormElements(row.id,this.jiedianId).then((res) => {
         res.data.data.forEach((ele)=>{
           ele.checked = false;
           ele.show = true;