diff --git a/components/VNavigationBar.vue b/components/VNavigationBar.vue index 00718e1..b3a4c83 100644 --- a/components/VNavigationBar.vue +++ b/components/VNavigationBar.vue @@ -22,6 +22,9 @@ + + 新增 + @@ -53,6 +56,11 @@ export default { showClear: { type: Boolean, default: false + }, + //新增配件 + addWares:{ + type: Boolean, + default: false } }, mounted() { @@ -88,6 +96,9 @@ export default { }, clearNoReadFun(){ this.$emit('clearNoRead') + }, + addNewWares(){ + this.$emit('addNewWares') } } } diff --git a/pages-repair/apply/applyForm.vue b/pages-repair/apply/applyForm.vue index 50cbd48..abdfe66 100644 --- a/pages-repair/apply/applyForm.vue +++ b/pages-repair/apply/applyForm.vue @@ -1,6 +1,6 @@