Commit 2fccf7f8 authored by 仇晓婷's avatar 仇晓婷

数据字典

parent a43d2000
......@@ -54,9 +54,6 @@
<FormItem>
<Button type="primary" @click="handleSubmit">保存</Button>
<Button @click="handleClose" class="ml20">取消</Button>
<div>
{{v}}
</div>
</FormItem>
</Form>
</template>
......@@ -71,9 +68,8 @@ export default {
typeId: this.v.typeId,
status: 0,
isStatic: 0,
priority:0,
color:"",
priority: 0,
color: "",
},
rules: {
name: [{ required: true, message: "必填", trigger: "blur" }],
......@@ -106,8 +102,6 @@ export default {
this.$emit("on-close");
},
},
watch: {
},
watch: {},
};
</script>
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