From 9f5a0c9bc78489e5de5d317d419cda5231e1d70b Mon Sep 17 00:00:00 2001 From: MrZhai Date: Fri, 18 Mar 2022 17:09:47 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E6=B7=BB=E5=8A=A0=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E6=95=B0=E6=8D=AE=E5=BC=B9=E7=AA=97=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E7=B3=BB=E7=BB=9F=E6=95=B0=E6=8D=AE=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=92=8C=E9=9A=90=E8=97=8F=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/invWarehouse.vue | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/views/basic/invWarehouse.vue b/src/views/basic/invWarehouse.vue index 3b94919..c3b8c1d 100644 --- a/src/views/basic/invWarehouse.vue +++ b/src/views/basic/invWarehouse.vue @@ -459,7 +459,7 @@ top="5vh" > - + d.id === data.id); // } this.getParentInv(this.formData.level); + + this.getThrsysDetailData(); }, - getThrsysDetail() { + getThrsysDetailData() { let params = { id: this.currentId }; @@ -834,8 +841,6 @@ export default { // if (data && data.id) { // this.index = this.mergeList.findIndex((d) => d.id === data.id); // } - - this.getThrsysDetail(); }, formSubmit() { this.$refs["dataForm"].validate((valid) => { @@ -1185,7 +1190,7 @@ export default { } bindThrWarehouse(params).then((res) => { this.$message.success("绑定成功") - this.getThrsysDetail(); + this.getThrsysDetailData(); }).catch((error) => { this.$message.error("绑定失败") }) @@ -1198,7 +1203,7 @@ export default { }; unbindThrWarehouse(params).then((res) => { this.$message.success("解绑成功"); - this.getThrsysDetail(); + this.getThrsysDetailData(); }).catch((error) => { this.$message.error("解绑失败"); })