-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 确定
-
-
+ 确定
+
+
@@ -62,6 +76,8 @@ export default {
port: '',
address: '',
frequence: '',
+ rack: 0,
+ slot: 0,
autoConnect: true,
autoRead: true,
plcType: ''
@@ -113,9 +129,7 @@ export default {
this.$refs['dataForm'].validate(valid => {
if (valid) {
this.$http({
- url: this.$http.adornUrl(
- `api/server/plcCreate/create-siemensPlc`
- ),
+ url: this.$http.adornUrl(`api/server/plcCreate/create-siemensPlc`),
method: 'post',
data: this.$http.adornData(this.dataForm)
}).then(({ data }) => {
diff --git a/src/views/common/log.vue b/src/views/common/log.vue
index 8d9f9e2..464953e 100644
--- a/src/views/common/log.vue
+++ b/src/views/common/log.vue
@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-11-24 16:51:18
* @LastEditors: zwq
- * @LastEditTime: 2023-11-27 16:30:34
+ * @LastEditTime: 2025-07-16 17:00:07
* @Description:
-->