1731lin
Results
1
issues of
1731lin
**Bug 描述** 如何在数据模型res_datatype_create.js保存时,引入弹窗?在其他js如param_editor_core.js中点击事件可以通过new MessageBox({ data: { } }).$inject(document.body);引入弹窗 **重现步骤** 1. 定义一个组件,类似于public\src\module\poplayer\profile_bind_layer.js 2. 在res_datatype_create.js中引入 NEJ.define(['pro/poplayer/messagebox'],function (message) 创建组件 _pro.__handleSubmit = function () { // 正在提交当中, 不用再次提交 if (this.__submit) { return; } if...
bug