zhouna 3 年之前
父節點
當前提交
44fce6ffb3
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/components/icss/AddMedicinePrompt.vue

+ 2 - 1
src/components/icss/AddMedicinePrompt.vue

@@ -659,7 +659,8 @@ export default {
       this.$message({
         showClose: true,
         message: msg,
-        type: type || 'warning'
+        type: type || 'warning',
+        duration:1000
       });
     },
     handleChange(file, fileList) {