diff --git a/pages/manage/bake-process.vue b/pages/manage/bake-process.vue
index 3f3d7e2..6b35440 100644
--- a/pages/manage/bake-process.vue
+++ b/pages/manage/bake-process.vue
@@ -55,7 +55,7 @@
温度
-
+
度
@@ -93,7 +93,7 @@
-
+
@@ -181,7 +181,7 @@
},
async _doModifyRawInfos () {
this.disabled = true
- if (!this.val1 || !this.val5 || this.index1 === '' || !this.val3 || !this.val4) {
+ if (!this.val1 || !this.val5 || this.index1 === '' || !this.val3 || !this.val4 || !this.val2) {
this.disabled = false
return
}
diff --git a/pages/manage/raw-foil-progess.vue b/pages/manage/raw-foil-progess.vue
index fc3c389..f3ea51f 100644
--- a/pages/manage/raw-foil-progess.vue
+++ b/pages/manage/raw-foil-progess.vue
@@ -70,7 +70,7 @@
-
+
@@ -148,7 +148,7 @@
},
async _needEmptyAxisv2 () {
this.disabled = true
- if (!this.val1 || !this.val3) {
+ if (!this.val1 || !this.val3 || !this.val2) {
this.disabled = false
return
}