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

数据字典

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