瀏覽代碼

Merge branch 'v3.0' into company

snow 1 年之前
父節點
當前提交
762d7ec844

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-elementUI.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-libs.js


+ 5 - 1
src/views/businessReportQuery/businessFinanceReport/addEdit.vue

@@ -196,7 +196,11 @@ export default {
           const diffDays = this.getDiffDay(model.start, model.end)
           if (diffDays > 30) return this.$message.warning('数据时间间隔不能超过30天')
           this.loading = true
-          const res = await asyncRequest.add(model)
+          const res = await asyncRequest.add({
+            ...model,
+            needRela: true
+          })
+
           this.loading = false
           if (res && res.code === 0) {
             this.$notify.success({

Some files were not shown because too many files changed in this diff