|
@@ -53,7 +53,7 @@ export default {
|
|
handleSave () {
|
|
handleSave () {
|
|
const _this = this
|
|
const _this = this
|
|
if (!_this.accountType) {
|
|
if (!_this.accountType) {
|
|
- _this.$message.waining('请选择清空目标')
|
|
|
|
|
|
+ _this.$message.warning('请选择清空目标')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
const ajaxData = _this.accountType.map(con => {
|
|
const ajaxData = _this.accountType.map(con => {
|