yusheng 7 ماه پیش
والد
کامیت
cbf8f4aefb
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/saleManage/saleOrder/invoice/components/addInvoiceDialog.vue

+ 2 - 1
src/views/saleManage/saleOrder/invoice/components/addInvoiceDialog.vue

@@ -39,7 +39,8 @@
     },
     data() {
       return {
-        visible: false
+        visible: false,
+        title:''
       };
     },
     computed: {},