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

文档

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