Commit 2f216e98 authored by yf's avatar yf

Merge branch 'develop' of http://git.censoft.com.cn/rongtong/rongtong-app into dev-yf'

parents cf927896 328cc75e
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
readonly readonly
required required
name="projectId" name="projectId"
:value="form.projectId" :value="form.projectName"
label="所属项目" label="所属项目"
placeholder="请输入" placeholder="请输入"
/> />
......
...@@ -512,7 +512,8 @@ import { getFun, postFun } from "@/service/table.js"; ...@@ -512,7 +512,8 @@ import { getFun, postFun } from "@/service/table.js";
export default { export default {
name: "addPresent", name: "addPresent",
components: { components: {
LHeader LHeader,
SelectList
}, },
activated() {}, activated() {},
beforeRouteEnter(to, from, next) { beforeRouteEnter(to, from, next) {
......
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