This commit is contained in:
bb_pan 2025-09-01 17:57:23 +08:00
parent aeec7bf8c3
commit 352178ad69
1 changed files with 1 additions and 1 deletions

View File

@ -1403,7 +1403,7 @@ export default {
// //
checkShowPreButton() { checkShowPreButton() {
// 0 // 0
return this.getListOutInfo && this.getListOutInfo.some(item => item.alNum == 0) && this.currentRowData.status != 4 return this.getListOutInfo && this.getListOutInfo.some(item => item.alNum == 0) && this.currentRowData?.status != 4
}, },
// //