|
|
|
@ -616,7 +616,7 @@ public abstract class JTemplate<T extends BaseBook, U extends BaseUndoState<?>>
|
|
|
|
|
* @return 是则返回true |
|
|
|
|
*/ |
|
|
|
|
public boolean isALLSaved() { |
|
|
|
|
return this.saved && this.authoritySaved && this.canBeSaved(); |
|
|
|
|
return this.canBeSaved() && this.saved && this.authoritySaved; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|