Commit fdc97ad5 by lixiaomin

修改bug

parent d9bb1ee6
......@@ -243,6 +243,9 @@ export default {
this.$alert('确定添加?', '', {
confirmButtonText: '确定',
callback: action => {
if(action=="cancel"){
return;
}
addCouCategory(this.form).then((response) => {
if(response.code=="200"){
this.$modal.msgSuccess("新增成功");
......
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 to comment