From 26301996f185c4499e2b88d4887ef2d864afdcbf Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期四, 14 八月 2025 22:12:27 +0800
Subject: [PATCH] 派工发送给不用选
---
src/views/wel/index.vue | 27 ++++++++++++++++++---------
1 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index 3e91dbe..a8e561f 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -1,6 +1,15 @@
+<!--
+ * @Author: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @Date: 2025-08-11 09:25:36
+ * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @LastEditTime: 2025-08-12 17:45:42
+ * @FilePath: /mdmweb/src/views/wel/index.vue
+ * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+-->
<template>
- <shemi v-if="isSM"></shemi>
+ <shemi v-if="isSM"></shemi>
<gongkong v-else></gongkong>
+ <!-- <gongkong></gongkong> -->
</template>
<script>
import shemi from './shemi.vue'
@@ -22,14 +31,14 @@
},
mounted() {
//鍒ゆ柇鐗堟湰 0:娑夊瘑缃戯紝1:宸ユ帶缃戯紱
- // axios({url: '/blade-mdm/system/param/getValue?paramKey=networkType',method: 'get'}).then(res => {
- // if(res.data.data === "0") {
- // this.isSM = true;
- // }else {
- // this.getPre();
- // }
- // }
- // );
+ axios({url: '/blade-mdm/system/param/getValue?paramKey=networkType',method: 'get'}).then(res => {
+ if(res.data.data === "0") {
+ this.isSM = true;
+ }else {
+ // this.getPre();
+ }
+ }
+ );
}
};
</script>
--
Gitblit v1.9.3