20231126-yw
anthonywj 1 year ago
parent 695723fcf4
commit a223cc521d

@ -643,9 +643,10 @@ export default {
} }
_this.errView = 0; _this.errView = 0;
_this.idQuery = {}; _this.idQuery = {};
_this.idQuery = row;
if (row != null && row.status === 4) { if (row != null && row.status === 4) {
_this.errView = 1; _this.errView = 1;
_this.idQuery = row;
} }
_this.addOrderVisible = true; _this.addOrderVisible = true;
}, },

Loading…
Cancel
Save