diff --git a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue index 4cb3e376..b1fb3f7a 100644 --- a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue +++ b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue @@ -191,12 +191,6 @@ export default { ::v-deep .ai-info-item label { width: 100px; } - // ::v-deep .el-input__inner { - // width: 338px; - // } - // ::v-deep .el-form-item__content div { - // width: 338px !important; - // } ::v-deep .ai-detail__content--active { padding: 20px; diff --git a/project/xiushan/apps/AppHouseManagement/components/Add.vue b/project/xiushan/apps/AppHouseManagement/components/Add.vue index 5386201e..1904d37b 100644 --- a/project/xiushan/apps/AppHouseManagement/components/Add.vue +++ b/project/xiushan/apps/AppHouseManagement/components/Add.vue @@ -2,33 +2,94 @@
+ + + + +
@@ -66,8 +127,9 @@ export default { this.id = this.params.id this.getDetail(this.params.id) } + this.areaId = this.user.info.areaId }, - method: { + methods: { cancel(isRefresh) { this.$emit('change', { type: 'List', @@ -102,6 +164,13 @@ export default { } - \ No newline at end of file diff --git a/project/xiushan/apps/AppLandTransfer/components/Add.vue b/project/xiushan/apps/AppLandTransfer/components/Add.vue index 875c757a..b4ca8447 100644 --- a/project/xiushan/apps/AppLandTransfer/components/Add.vue +++ b/project/xiushan/apps/AppLandTransfer/components/Add.vue @@ -193,7 +193,7 @@ export default { this.getDetail(this.params.id) } }, - method: { + methods: { cancel(isRefresh) { this.$emit('change', { type: 'List',