master
taylor.dang 6 years ago
parent c8fd66d3ad
commit 4e150e4555

@ -357,14 +357,6 @@ $(function () {
buildDialog(config.template);
}
function inputRemark() {
var config = {
template: "请先输入备注"
}
buildDialog(config);
}
function buildDialog(template) {
var defaultConfig = {backdrop: true};
config = $.extend({}, defaultConfig, config);

Loading…
Cancel
Save