|
@@ -249,18 +249,14 @@ export default {
|
|
|
classDate: this.getFormartDate(currentStartDate),
|
|
|
startClassTimeStr: this.getDateInfo(currentStartDate),
|
|
|
endClassTimeStr: this.getDateInfo(currentEndDate),
|
|
|
- }).then((res) => {
|
|
|
- let result = res.data;
|
|
|
- if (result.code == 200) {
|
|
|
- this.$toast("调整成功");
|
|
|
- setTimeout(() => {
|
|
|
- this.params.page = 1;
|
|
|
- this.getList();
|
|
|
- }, 500);
|
|
|
- } else {
|
|
|
- this.$toast(result.msg);
|
|
|
- }
|
|
|
});
|
|
|
+ this.$toast("调整成功");
|
|
|
+ setTimeout(() => {
|
|
|
+ this.list = [];
|
|
|
+ this.params.page = 1;
|
|
|
+ this.getList();
|
|
|
+ this.dataForm.status = false;
|
|
|
+ }, 1000);
|
|
|
} catch {
|
|
|
//
|
|
|
}
|
|
@@ -368,6 +364,9 @@ export default {
|
|
|
width: 50px;
|
|
|
}
|
|
|
|
|
|
+ .van-button__text {
|
|
|
+ color: #01c1b5;
|
|
|
+ }
|
|
|
.input-cell {
|
|
|
padding: 0.12rem 0.16rem 0.2rem;
|
|
|
.van-radio {
|