Commit 5761a5c5 by Mr. Lan

fix bug.

parent 795b709b
Showing with 5 additions and 3 deletions
......@@ -169,9 +169,11 @@ export default {
type: 'warning'
}).then(function() {
return cleanLogininfor()
}).then(() => {
this.getList()
this.msgSuccess('清空成功')
}).then(response => {
if (response.code === 200) {
this.getList()
this.msgSuccess('清空成功')
}
}).catch(function() {})
},
/** 导出按钮操作 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment