a289545f by renchao@pashanhoo.com

style:登记簿详情

1 parent efdff42e
......@@ -88,15 +88,8 @@
completeTask(this.queryForm).then((res) => {
if (res.code === 200) {
this.$message.success("转件成功");
// setTimeout(() => {
// window.opener = null;
// window.open("about:blank", "_self");
// window.close();
// this.$emit("input", false);
// }, 1000);
popupCacel();
setTimeout(() => {
// window.opener.location.reload(); //刷新父窗口
if (window.opener && window.opener.getBpageList) {
window.opener.getBpageList();
} else {
......@@ -110,12 +103,6 @@
}
});
},
// add (val) {
// if (val != "") {
// this.shyj;
// }
// },
/**
* @description: closeDialog
* @author: renchao
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-08 14:56:03
* @LastEditTime: 2023-11-09 08:45:33
-->
<template>
<div class="content">
......@@ -126,6 +126,19 @@
this.isActive = ""
this.titleActive = this.activeName
}
this.$nextTick(function () {
this.defaultNode = getNode(
this.formData.qllx,
{ linShi: 0, xianShi: 0, liShi: 0 },
res.result.bdcdylx || ""
);
this.sfqdata[0].children.forEach((item, index) => {
if (item.id == this.defaultNode.id) {
this.loadComponent(item.form);
}
});
});
}
});
this.currentSelectProps = {
......