混碾搬运

This commit is contained in:
2023-10-10 13:39:37 +08:00
parent 00d1540ef6
commit 0ff4a4c438
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
/** 确定 */
async toSure () {
this.disabled1 = true
if (this.val1 || !this.index1) {
if (!this.val1 || !this.index1) {
this.disabled1 = false
return
}

View File

@@ -34,7 +34,7 @@ export const getBlendingCode = () => request({
})
// 确认
export const sendTask = (vcode, spcode) => request({
url:'api/pda/move/sendTask',
url:'api/pda/move/sendTask',
data: {
vehicle_code: vcode,
start_point_code: spcode,