diff --git a/src/api/yxStoreCombination.js b/src/api/yxStoreCombination.js index 671a90a..c89e617 100644 --- a/src/api/yxStoreCombination.js +++ b/src/api/yxStoreCombination.js @@ -8,6 +8,14 @@ export function add(data) { }) } +export function edit(data) { + return request({ + url: 'api/yxStoreCombination', + method: 'put', + data + }) +} + export function del(id) { return request({ url: 'api/yxStoreCombination/' + id, diff --git a/src/components/material/index.vue b/src/components/material/index.vue index 18fc73f..bb872d8 100644 --- a/src/components/material/index.vue +++ b/src/components/material/index.vue @@ -105,7 +105,7 @@ :src="item.url" fit="contain" :preview-src-list="[item.url]" - :z-index="999" + :z-index="9999" />
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 9100591..eccc7d2 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -8,10 +8,6 @@