diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index 2385d35d..4258e7a7 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -317,6 +317,8 @@ .top-right-btn { position: relative; float: right; + margin-bottom: 15px; + margin-top: 15px } diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index d99e679a..b46431da 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -275,7 +275,6 @@ export default { }, /** 新增按钮操作 */ handleAdd(row) { - debugger this.reset(); if (row != undefined) { this.form.parentId = row.deptId; diff --git a/src/views/thirdSys/invProducts/thrInvProducts.vue b/src/views/thirdSys/invProducts/thrInvProducts.vue index 1fbee588..13b2cbbf 100644 --- a/src/views/thirdSys/invProducts/thrInvProducts.vue +++ b/src/views/thirdSys/invProducts/thrInvProducts.vue @@ -240,7 +240,6 @@ }; getBasicThirdSys(query) .then((response) => { - debugger this.thirdSys = response.data.list || []; this.filterQuery.thirdSys = this.thirdSys[0].thirdId; this.uploadData.thirdSys = this.filterQuery.thirdSys; diff --git a/src/views/thirdSys/product/thrProducts.vue b/src/views/thirdSys/product/thrProducts.vue index 388f42fa..6af3f687 100644 --- a/src/views/thirdSys/product/thrProducts.vue +++ b/src/views/thirdSys/product/thrProducts.vue @@ -69,8 +69,8 @@ - -
+ +
显示/隐藏搜索栏 重置 @@ -80,9 +80,6 @@
- - - @@ -92,12 +89,12 @@ - +