代码调整
This commit is contained in:
parent
213d14b212
commit
0594529577
@ -87,7 +87,7 @@ export default {
|
|||||||
doSave() {
|
doSave() {
|
||||||
const self = this;
|
const self = this;
|
||||||
this.$refs.dataform.validateForm(() => {
|
this.$refs.dataform.validateForm(() => {
|
||||||
if (this.isAdd === 'ADD') {
|
if (this.isAdd) {
|
||||||
self.create();
|
self.create();
|
||||||
} else {
|
} else {
|
||||||
self.update();
|
self.update();
|
||||||
|
Loading…
Reference in New Issue
Block a user