|
|
@ -263,7 +263,6 @@ export default {
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.subFormVisible = false;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
|
this.subFormVisible = false;
|
|
|
|
this.subFormVisible = false;
|
|
|
@ -275,7 +274,6 @@ export default {
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.subFormVisible = false;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
|
this.subFormVisible = false;
|
|
|
|
this.subFormVisible = false;
|
|
|
|