|
|
@ -510,17 +510,19 @@ export default {
|
|
|
|
#end
|
|
|
|
#end
|
|
|
|
if (this.form.${pkColumn.javaField} != null) {
|
|
|
|
if (this.form.${pkColumn.javaField} != null) {
|
|
|
|
update${BusinessName}(this.form).then(response => {
|
|
|
|
update${BusinessName}(this.form).then(response => {
|
|
|
|
this.buttonLoading = false;
|
|
|
|
|
|
|
|
this.msgSuccess("修改成功");
|
|
|
|
this.msgSuccess("修改成功");
|
|
|
|
this.open = false;
|
|
|
|
this.open = false;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
}).finally(() => {
|
|
|
|
|
|
|
|
this.buttonLoading = false;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
add${BusinessName}(this.form).then(response => {
|
|
|
|
add${BusinessName}(this.form).then(response => {
|
|
|
|
this.buttonLoading = false;
|
|
|
|
|
|
|
|
this.msgSuccess("新增成功");
|
|
|
|
this.msgSuccess("新增成功");
|
|
|
|
this.open = false;
|
|
|
|
this.open = false;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
}).finally(() => {
|
|
|
|
|
|
|
|
this.buttonLoading = false;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|