瀏覽代碼

修改了柴油用量提示

duanxiaoduan 1 年之前
父節點
當前提交
f152ee4438
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 6 1
      src/views/cost/diesel/index.vue

文件差異過大導致無法顯示
+ 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
+              })
             }
           })
         }

部分文件因文件數量過多而無法顯示