暂存
This commit is contained in:
@ -74,7 +74,9 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleOnHide() {
|
||||
this.$emit("onConfirm", { remark: this.nData });
|
||||
if (this.nData !== null && this.nData !== undefined) {
|
||||
this.$emit("onConfirm", { remark: this.nData });
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user