This commit is contained in:
打豆豆 2024-03-21 16:42:17 +08:00
parent 26a2b4cf32
commit 07d3416af9

View File

@ -688,6 +688,20 @@ export default {
}
});
},
//
handleSuspended(row) {
// const workorderIds = row.workorderId || this.ids;
// this.$modal
// .confirm("")
// .then(function () {
// return dofinish(workorderIds); //
// })
// .then(() => {
// this.getList();
// this.$modal.msgSuccess("");
// })
// .catch(() => {});
},
selectable(row, index) {
if (row.status == "WORKING" || row.status == "PREPARE") {