Commit 0d6c7150 authored by wujj's avatar wujj

自定义调整

parent ee16e808
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
title: '', title: '',
name: 'custom-name' name: 'custom-name'
}); });
ms.mdiy.model.model("model1", {id:modelId},{ linkId: that.form.id }).then(function(obj) { ms.mdiy.model.extend("model1", {id:modelId},{ linkId: that.form.id }).then(function(obj) {
that.model = obj; that.model = obj;
that.editableTabs[1].title = obj.modelName that.editableTabs[1].title = obj.modelName
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment