yangyj 2 жил өмнө
parent
commit
8ee6d5b834

+ 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;