feat: 更改环境
This commit is contained in:
@@ -1222,8 +1222,8 @@
|
||||
this.submit(type);
|
||||
},
|
||||
submit(type) {
|
||||
console.log(type,'type333')
|
||||
this.clickType = type;
|
||||
if (this.isPreview == '1') return this.$u.toast('功能预览不支持数据保存');
|
||||
this.$refs.dynamicForm && this.$refs.dynamicForm.submitForm();
|
||||
},
|
||||
// 获取审批记录
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
:menuList="homeData.commonUseMenuList || []" @launch="launch" v-if="homeData.commonUseEnable"
|
||||
@openPage="openPage" :flowEnabled="homeData.flowEnabled" /> -->
|
||||
|
||||
<CommonPaneSys title="" :flowList="[]" type="common"
|
||||
<CommonPaneSys title="应用功能" :flowList="[]" type="common"
|
||||
:menuList="homeData || []" @launch="launch" v-if="homeData"
|
||||
@openPage="openPage" />
|
||||
<view class="todo-list-wrap">
|
||||
|
||||
Reference in New Issue
Block a user