提交 a6abaa14 编写于 作者: bo.dang's avatar bo.dang

对接部门修复

上级 00e2e0e6
...@@ -99,10 +99,10 @@ ...@@ -99,10 +99,10 @@
</el-radio-group> </el-radio-group>
</el-form-item> </el-form-item>
<el-form-item label="对接部门" prop="dept_id" v-if="deptFlag"> <el-form-item label="对接部门" prop="deptId" v-if="deptFlag">
<el-select <el-select
v-model="formData.dept_id" v-model="formData.deptId"
placeholder="请选择该小圈的对接部门" placeholder="请选择该小圈的对接部门"
size="small" size="small"
clearable> clearable>
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
<el-button type="primary" size="small" style="float:left; margin-top: 30px;" @click="download1">下载模板</el-button> <el-button type="primary" size="small" style="float:left; margin-top: 30px;" @click="download1">下载模板</el-button>
</div> </div>
</div> </div>
<div style="float:left;margin-left: 90px;width: 1px;height: 100px; background: #c8cbd2;"></div> <div style="float:left;margin-left: 40px;width: 1px;height: 100px; background: #c8cbd2;"></div>
<div style="margin-left: 400px;height: 130px;"> <div style="margin-left: 400px;height: 130px;">
<span>2.上传填写好的文件</span> <span>2.上传填写好的文件</span>
<br> <br>
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
idType: localStorage.getItem("storageIdType"), idType: localStorage.getItem("storageIdType"),
roleType: null, roleType: null,
type: 0, type: 0,
dept_id: "", deptId: 0,
allowShare: 0 allowShare: 0
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册