@@ -56,7 +56,7 @@
*/
type: {
type: String,
- default: 'error'
+ default: 'warning'
},
/**
* 对话框模式 base/input
@@ -89,7 +89,7 @@
data() {
return {
- dialogType: 'info',
+ dialogType: 'warning',
focus: false,
val: ""
}