@@ -679,27 +679,7 @@ export default {
});
},
/** 提交按钮 */
- // submitForm() {
- // // this.form.activeNewlywedsChildList
- // this.form.activeNewlywedsChildList = this.form.tableDatas.concat(this.tableDatas);
- // this.$refs["form"].validate(valid => {
- // if (valid) {
- // if (this.form.id != null) {
- // updateActiveNewlyweds(this.form).then(response => {
- // this.$modal.msgSuccess("修改成功");
- // this.open = false;
- // this.getList();
- // });
- // } else {
- // addActiveNewlyweds(this.form).then(response => {
- // this.$modal.msgSuccess("新增成功");
- // this.open = false;
- // this.getList();
- // });
- // }
- // }
- // });
- // },
+
/** 删除按钮操作 */
handleDelete(row) {
const ids = row.id || this.ids;
@@ -721,6 +701,11 @@ export default {
};
diff --git a/fuintAdmin/src/views/EventMarketing/openCardGift/invite.vue b/fuintAdmin/src/views/EventMarketing/openCardGift/invite.vue
index 4e966c51e..74408452b 100644
--- a/fuintAdmin/src/views/EventMarketing/openCardGift/invite.vue
+++ b/fuintAdmin/src/views/EventMarketing/openCardGift/invite.vue
@@ -1,5 +1,5 @@
-
+
@@ -35,11 +35,11 @@
编辑
-
-
+
@@ -683,27 +683,7 @@ export default {
});
},
/** 提交按钮 */
- // submitForm() {
- // // this.form.activeNewlywedsChildList
- // this.form.activeNewlywedsChildList = this.form.tableDatas.concat(this.tableDatas);
- // this.$refs["form"].validate(valid => {
- // if (valid) {
- // if (this.form.id != null) {
- // updateActiveNewlyweds(this.form).then(response => {
- // this.$modal.msgSuccess("修改成功");
- // this.open = false;
- // this.getList();
- // });
- // } else {
- // addActiveNewlyweds(this.form).then(response => {
- // this.$modal.msgSuccess("新增成功");
- // this.open = false;
- // this.getList();
- // });
- // }
- // }
- // });
- // },
+
/** 删除按钮操作 */
handleDelete(row) {
const ids = row.id || this.ids;
@@ -743,7 +723,7 @@ export default {
.cot-box {
width: 100%;
- height: 89vh;
+ height: 87vh;
border-radius: 8px;
background: #fff;
box-sizing: border-box;
@@ -769,5 +749,9 @@ export default {
.acvtive {
color: #FF770F !important;
}
-
+.app-open{
+ background: #f9f9f9;
+ box-sizing: border-box;
+ padding: 10px;
+}