Browse Source

修改了柴油用量提示

duanxiaoduan 1 year ago
parent
commit
f152ee4438
2 changed files with 6 additions and 1 deletions
  1. 0 0
      dist/index.html
  2. 6 1
      src/views/cost/diesel/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 6 - 1
src/views/cost/diesel/index.vue

@@ -1006,7 +1006,12 @@ export default {
                 duration: 2000
               })
             } else {
-              failproccess(response.data, this.$notify)
+              this.$notify({
+                title: '保存失败',
+                message: response.data,
+                type: 'warning',
+                duration: 2000
+              })
             }
           })
         }

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