a07fa9a4 by renchao@pashanhoo.com

1

1 parent b41c002c
...@@ -375,7 +375,7 @@ ...@@ -375,7 +375,7 @@
375 console.log("this.selectParam", this.selectParam); 375 console.log("this.selectParam", this.selectParam);
376 let title = "申请业务:" + this.selectParam?.djywmc ? this.selectParam?.djywmc : ''; 376 let title = "申请业务:" + this.selectParam?.djywmc ? this.selectParam?.djywmc : '';
377 377
378 this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': this.selectParam }, "85%") 378 this.$popupDialog(title, "ywbl/ywsq/selectBdc", { 'sqywInfo': this.selectParam }, "88%")
379 }, 379 },
380 /** 380 /**
381 * @description: loadView 381 * @description: loadView
......