自定义调整

This commit is contained in:
wujj 2021-04-08 17:41:13 +08:00
parent ee16e8085f
commit 0d6c715065
1 changed files with 1 additions and 1 deletions

View File

@ -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
}); });