Commit fc1b93ea by lixinyi

删除基础信息及申请信息页签

parent ab971781
......@@ -2,7 +2,8 @@
import axios from 'axios'
const service = axios.create({
baseURL: '/swift-editor-1.0.0/swift', //代理
// baseURL: '/swift-editor-1.0.0/swift', //代理
baseURL: '/swift-editor/swift', //本地用这个
timeout: 50000 // request timeout
})
......
......@@ -54,13 +54,13 @@
</el-tree>
</el-form>
</el-tab-pane>
<el-tab-pane label=" 基础信息" name="mainInfoTab">
<el-tab-pane label=" 基础信息" name="mainInfoTab" v-if="flag0">
<c-content>
<m-applyInfo ref="applyInfo" />
</c-content>
</el-tab-pane>
<el-tab-pane label="申报信息" name="applyInfoTab">
<el-tab-pane label="申报信息" name="applyInfoTab" v-if="flag0">
</el-tab-pane>
<el-tab-pane label=" 预览" name="previewTab">
<div>
......@@ -120,6 +120,7 @@ export default {
treeModel: { treeNodeArry: [] },
jsonMsg: "",
flag: false,
flag0: false,
mtmessage: "",
msg: "",
onShow: false,
......
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