Commit b2a41563 authored by zhouyk's avatar zhouyk

自定义的地址问题修复,区分了后台与前台

parent bdb5dd51
...@@ -417,7 +417,7 @@ ...@@ -417,7 +417,7 @@
title: '', title: '',
name: 'custom-name' name: 'custom-name'
}); });
ms.mdiy.model.extend("model1", {id:modelId},{ linkId: that.form.id }).then(function(obj) { ms.mdiy.model.extend("model1", {id:modelId},{ linkId: that.form.id },true).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