代码调整

This commit is contained in:
joylink_cuiweidong 2020-12-18 09:35:43 +08:00
parent 213d14b212
commit 0594529577

View File

@ -87,7 +87,7 @@ export default {
doSave() {
const self = this;
this.$refs.dataform.validateForm(() => {
if (this.isAdd === 'ADD') {
if (this.isAdd) {
self.create();
} else {
self.update();