|
|
@@ -144,6 +144,13 @@
|
|
|
:disabled="simulationStatus"
|
|
|
>保存模型</el-button
|
|
|
>
|
|
|
+ <el-button
|
|
|
+ :size="headerButtonSize"
|
|
|
+ :type="headerButtonType"
|
|
|
+ icon="el-icon-back"
|
|
|
+ @click="$emit('close')"
|
|
|
+ >返回</el-button
|
|
|
+ >
|
|
|
</template>
|
|
|
<!-- 用于打开本地文件-->
|
|
|
<input
|
|
|
@@ -267,7 +274,6 @@
|
|
|
},
|
|
|
computed: {
|
|
|
additionalModules() {
|
|
|
- console.log(2222222222222222222);
|
|
|
const Modules = [];
|
|
|
// 仅保留用户自定义扩展模块
|
|
|
if (this.onlyCustomizeAddi) {
|