From b29bd79cf6bf5f1f8f0e80bd483ad3247eca9eaf Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 24 Apr 2023 10:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/invWarehouse.vue | 27 ++++++++++++++++++++++++++ src/views/system/role/index.vue | 8 ++------ 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 469f037e..85c6a306 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -295,6 +295,7 @@ 查询 + 重置 @@ -507,6 +508,32 @@ export default { invWarehouseCode: null }; }, + onResetintent(){ + debugger + this.$router.push({ + path: "", + }); + this.thirdSubQuery = { + thirdSysFk: this.thirdSubQuery.thirdSysFk, + page:1, + limit: 10 + } + + filterThridSubByInv(this.thirdSubQuery).then((res) => { + if (res.code == 20000) { + this.thrSubWarehouseData = res.data.list; + this.subTotal = res.data.total || 0; + } else { + this.$message.error(res.message); + } + + }).catch((error) => { + this.thrWarehouseData = []; + this.subTotal = 0; + this.$message.error("第三方分库库数据加载失败"); + }); + + }, onSubmit() { //提交查询 this.query.advanceType=this.subDataType.advanceType; diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index e609a7a6..ec7e1626 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -123,12 +123,8 @@ - {{ dict.label }} - + 正常 + 禁用