openatc-components 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -154,6 +154,13 @@ export default {
|
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
156
|
watch: {
|
|
157
|
+
patternSelect: {
|
|
158
|
+
handler: function (val) {
|
|
159
|
+
this.manualInfo.tempPatternid = this.crossStatusData.patternid
|
|
160
|
+
},
|
|
161
|
+
// 深度观察监听
|
|
162
|
+
deep: true
|
|
163
|
+
},
|
|
157
164
|
crossStatusData: {
|
|
158
165
|
handler: function (val) {
|
|
159
166
|
this.manualInfo.tempPatternid = this.manualInfo.tempPatternid ? this.manualInfo.tempPatternid : val.patternid
|