diff --git a/package.json b/package.json index 6235ef4..1d77ed2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "color-titration-web", "type": "module", - "version": "0.1.11", + "version": "0.1.12", "description": "", "author": "", "license": "ISC", diff --git a/src/views/craft/index.vue b/src/views/craft/index.vue index 5d18a39..8a26e39 100644 --- a/src/views/craft/index.vue +++ b/src/views/craft/index.vue @@ -125,10 +125,6 @@ const pumpRotate = async (direction: string) => { } // 停止 const pumpStop = async () => { - const valid = await formRef.value.validate() - if (!valid) { - return - } currentCommandId = Date.now().toString() const params = { commandId: currentCommandId, @@ -142,10 +138,6 @@ const pumpStop = async () => { } // 预充 const pumpPreFill = async () => { - const valid = await formRef.value.validate() - if (!valid) { - return - } currentCommandId = Date.now().toString() const params = { commandId: currentCommandId,