src/views/warehouseManage/bussinessType/AddBussinessType.vue
@@ -280,8 +280,8 @@ page: 0, pageSize: 0 }).then((res) => { if (res.data.code == 200) { this.warehouseList = res.data.data ? res.data.data : [] if (res.code == 200) { this.warehouseList = res.data ? res.data : [] } }) }, @@ -294,6 +294,9 @@ this.showButton = false this.showEdit = false this.showFooter = true } else if (this.editConfig.title === "编辑") { this.showEdit = false this.showFooter = true } else { this.showEdit = true this.showFooter = false