Commit fd221fe5 by Joey

fix(@gms/gms-plugin-billexpand): 常用审批意见判断是否是纯空格字符串

parent 875d8258
......@@ -286,7 +286,7 @@ export default {
if (this.currentEditSuggestion.id) {
await this.update()
}
else if (this.currentEditSuggestion.spyj) {
else if (this.currentEditSuggestion.spyj && this.currentEditSuggestion.spyj.trim()) {
await this.add()
}
this.currentEditSuggestion = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment