@ -538,7 +538,7 @@ export default {
methods: {
transferTest(row) {
isTransferTest({ woId: row.woId }).then(res => {
if (!res.data.data) {
if (res.data.data) {
this.transferTestOpen = true;
this.rowItem = row;
} else {