删除提示

master
zhongyh 6 years ago
parent 6780c53bbf
commit ad9220882d
  1. 8
      src/main/webapp/WEB-INF/manager/cms/category/index.ftl
  2. 6
      src/main/webapp/WEB-INF/manager/cms/content/main.ftl

@ -158,7 +158,13 @@ var indexVue = new Vue({
});
//删除成功,刷新列表
that.list();
}
}else {
that.$notify({
title: '失败',
message: res.msg,
type: 'warning'
});
}
});
}).catch(() => {
that.$notify({

@ -225,6 +225,12 @@
});
//删除成功,刷新列表
that.list();
}else {
that.$notify({
title: '失败',
message: res.msg,
type: 'warning'
});
}
});
}).catch(() => {

Loading…
Cancel
Save