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 }} - + 正常 + 禁用