排班计划首次编辑白屏问题修复
This commit is contained in:
parent
8de225516d
commit
03ac62cd32
@ -428,7 +428,6 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
submitForm() {
|
submitForm() {
|
||||||
this.formLoading = true;
|
|
||||||
this.$refs["form"].validate(valid => {
|
this.$refs["form"].validate(valid => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
if (this.form.planId != null) {
|
if (this.form.planId != null) {
|
||||||
@ -436,9 +435,6 @@ export default {
|
|||||||
this.$modal.msgSuccess("修改成功");
|
this.$modal.msgSuccess("修改成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
this.formLoading = false;
|
|
||||||
},err =>{
|
|
||||||
this.formLoading = false;
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
addCalplan(this.form).then(response => {
|
addCalplan(this.form).then(response => {
|
||||||
|
Loading…
Reference in New Issue
Block a user