Commit 6f25f245 authored by 仇晓婷's avatar 仇晓婷

文档

parent f71c1238
...@@ -345,7 +345,7 @@ export default { ...@@ -345,7 +345,7 @@ export default {
}, },
methods: { methods: {
tebleSet() { tebleSet() {
Api.getChildren({ id: 672 }).then((r) => { Api.getChildren({ id: 673 }).then((r) => {
if (r.result) { if (r.result) {
this.codeList = r.result; this.codeList = r.result;
} }
......
...@@ -367,7 +367,7 @@ export default { ...@@ -367,7 +367,7 @@ export default {
}); });
}, },
tebleSet() { tebleSet() {
Api.getChildren({ id: 582 }).then((r) => { Api.getChildren({ id: 673}).then((r) => {
if (r.result) { if (r.result) {
this.codeList = r.result; this.codeList = r.result;
} }
......
...@@ -173,19 +173,15 @@ ...@@ -173,19 +173,15 @@
<a href="#" @click="template" class="a-xiazai">下载模板</a> <a href="#" @click="template" class="a-xiazai">下载模板</a>
</div> </div>
</Col> </Col>
<Col :span="12"> <!-- <Col :span="12">
<FormItem :label="l('status')" prop="status"> <FormItem :label="l('status')" prop="status">
<Dictionary <Dictionary
disabled disabled
code="word.document.status" code="word.document.status"
v-model="entity.status" v-model="entity.status"
></Dictionary> ></Dictionary>
<!-- <RadioGroup v-model="entity.status">
<Radio label="0">草稿</Radio>
<Radio label="1">送审</Radio>
</RadioGroup> -->
</FormItem> </FormItem>
</Col> </Col> -->
</Row> </Row>
</Col> </Col>
<Col span="6"> <Col span="6">
...@@ -288,6 +284,9 @@ export default { ...@@ -288,6 +284,9 @@ export default {
this.parms.eid = this.$u.guid(); this.parms.eid = this.$u.guid();
this.$refs.refmovieFile1.inputShow = false; this.$refs.refmovieFile1.inputShow = false;
}, },
async fetch({ store, params }) {
await store.dispatch("loadDictionary"); // 加载数据字典
},
methods: { methods: {
imgUrl() { imgUrl() {
window.open(this.avatorPath, "_blank"); window.open(this.avatorPath, "_blank");
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<a href="#" @click="template" class="a-xiazai">下载模板</a> <a href="#" @click="template" class="a-xiazai">下载模板</a>
</div> </div>
</Col> </Col>
<Col :span="12"> <!-- <Col :span="12">
<FormItem :label="l('status')" prop="status"> <FormItem :label="l('status')" prop="status">
<Dictionary <Dictionary
disabled disabled
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
v-model="entity.status" v-model="entity.status"
></Dictionary> ></Dictionary>
</FormItem> </FormItem>
</Col> </Col> -->
<!-- <Col :span="24" style="text-align: right;"> <!-- <Col :span="24" style="text-align: right;">
<FormItem> <FormItem>
<Button type="primary" @click="handleSubmit" v-noClick>保存</Button> <Button type="primary" @click="handleSubmit" v-noClick>保存</Button>
......
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