代码调整
This commit is contained in:
parent
213d14b212
commit
0594529577
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user