提示信息

master
msgroup 5 years ago
parent 1936ffed0c
commit 8230c3cd38
  1. 7
      src/main/webapp/WEB-INF/manager/cms/category/index.ftl
  2. 7
      src/main/webapp/WEB-INF/manager/cms/content/main.ftl

@ -293,12 +293,7 @@
});
}
});
}).catch(function () {
that.$notify({
type: 'info',
message: '已取消删除'
});
});
})
},
//获取categoryFlag数据源
categoryFlagOptionsGet: function () {

@ -362,12 +362,7 @@
});
}
});
}).catch(function () {
that.$notify({
type: 'info',
message: '已取消删除'
});
});
})
},
//新增
save: function (id) {

Loading…
Cancel
Save