Compare commits

..

No commits in common. 'dda45a05d146d0a749f7a8abadc0e0b6d57e4b99' and 'e070299bcd902db66cfa08a47e4c8bf6774362c5' have entirely different histories.

  1. 15
      src/main/resources/com/fr/plugin/showtype/web/show_types.js

15
src/main/resources/com/fr/plugin/showtype/web/show_types.js

@ -13,19 +13,4 @@
},
});
});
BI.config("dec.provider.report.schedule_template.show_types", function (provider) {
provider.inject({
showTypes: {
suffix: "frm",
types: [
{
text: BI.i18nText("新预览"),
defaultValue: true,
value: 8,
},
],
},
});
});
}())

Loading…
Cancel
Save