Commit e8e7f779 authored by 仇晓婷's avatar 仇晓婷

部门

parent b533f436
......@@ -34,7 +34,6 @@
</Col>
</Row>
<FormItem>
{{entity}}
<Button type="primary" @click="handleSubmit" :disabled="disabled">保存</Button>
<Button @click="handleClose" class="ml20">取消</Button>
</FormItem>
......@@ -104,10 +103,8 @@ export default {
} else {
isProduction = 0;
}
let location = this.city_level;
let property = this.entity.property;
let property = this.propertyList.join(",");
let paramsdata = {
id: this.entity.id,
name: this.entity.name, //部门名称
......@@ -146,6 +143,7 @@ export default {
},
watch: {
"row.id"(v) {
console.log(this.row);
let model = {
name: this.row.name,
parent_Id: this.row.parent_Id,
......
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