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

部门

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