Commit fc1b93ea by lixinyi

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

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