md
This commit is contained in:
parent
afdf4e71ee
commit
c6bdb55c39
@ -1113,7 +1113,7 @@ methods: {
|
|||||||
distinguishCancelAndClose: true,
|
distinguishCancelAndClose: true,
|
||||||
closeOnClickModal: false
|
closeOnClickModal: false
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.reset();
|
this.initData();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1160,7 +1160,7 @@ methods: {
|
|||||||
distinguishCancelAndClose: true,
|
distinguishCancelAndClose: true,
|
||||||
closeOnClickModal: false
|
closeOnClickModal: false
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.reset();
|
this.initData();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user