Browse Source

解决撤销回到主页不显示搜索按钮问题

lichao 3 years ago
parent
commit
0ae99a7295

+ 2 - 0
src/views/purchaseIssue/index.vue

@@ -1802,6 +1802,7 @@ export default {
           if (res.code == 200) {
             this.$message.success('撤销成功')
             this.getList()
+            this.isItHidden = true;
             this.pageDisplay = true
           }
         })
@@ -1813,6 +1814,7 @@ export default {
           if (res.code == 200) {
             this.$message.success('撤销成功')
             this.getList()
+            this.isItHidden = true;
             this.pageDisplay = true
           }
         })

+ 1 - 0
src/views/warehouse/allocation/index.vue

@@ -1410,6 +1410,7 @@ export default {
               showClose:true
             });
             this.query();
+            this.isItHidden = true;
             this.pageDisplay = true;
           })
           break

+ 1 - 0
src/views/warehouse/inStock/index.vue

@@ -1837,6 +1837,7 @@ export default {
             if (res.code == 200) {
               this.$message.success('撤销成功')
               this.getList()
+              this.isItHidden = true;
               this.MainTable = false
             }
           })

+ 1 - 0
src/views/warehouse/outStock/index.vue

@@ -1972,6 +1972,7 @@ export default {
             if(res.code == 200){
               this.$message.success("撤销成功")
               this.getList()
+              this.isItHidden = true;
               this.MainTable = false
             }
           })