iZaiZaiA 2 년 전
부모
커밋
ce83c08fc6

+ 1 - 1
src/config/index.js

@@ -17,7 +17,7 @@ export default {
     statusWhiteList: [],    //http的status默认放行列表
     ossUrl: 'https://bladex-test-info.oss-cn-chengdu.aliyuncs.com', //oss地址
     smsPhone: '',  //测试接受短信验证码的手机号
-    dev_version: '202209191158',    //开发版本号
+    dev_version: '202209191725',    //开发版本号
     prod_host: 'http://47.110.251.215:8090',  //线上
     dev_host: 'http://192.168.4.6', //黄键楠
     //dev_host: 'http://192.168.3.13', //祝炜

+ 2 - 0
src/global/components/hc-report-modal/index.vue

@@ -170,6 +170,7 @@ const restrictDayUpdateValue = (val) => {
 const emit = defineEmits(['hide','finish'])
 //取消
 const cancelReportClick = () => {
+    linkUserJoinString.value = ''
     isShow.value = false
     emit('hide', false)
 }
@@ -188,6 +189,7 @@ const batchApprovalApi = async () => {
         contractId: contractId.value,
         ...formModel.value
     })
+    linkUserJoinString.value = ''
     formReportLoading.value = false
     if (!error && code === 200) {
         isShow.value = false

+ 1 - 3
src/global/components/hc-tasks-user/index.vue

@@ -146,9 +146,7 @@ watch(() => [
 
 //渲染完成
 onMounted(() => {
-    if (props.users) {
-        setUserDataList(props.users)
-    }
+    setUserDataList(props.users)
     queryAllRoleList()
 })
 

+ 9 - 1
src/styles/view/login.scss

@@ -161,10 +161,18 @@
         transform: translateY(-50%);
         padding: 50px;
         width: 92%;
-        top: 50%;
+        top: 54%;
         max-width: 470px;
         margin: 0 auto;
         box-shadow: 0 21.2px 31.8px 0 rgba(26,26,26,0.12);
+        .right-app-title {
+            position: absolute;
+            top: -80px;
+            left: 18px;
+            font-size: 46px;
+            font-weight: 400;
+            color: var(--el-color-primary);
+        }
         .sign-list {
             position: relative;
             h1 {

+ 1 - 0
src/views/login/index.vue

@@ -49,6 +49,7 @@
             </div>
         </div>
         <div class="right-container">
+            <div class="right-app-title">工程数 档案管理平台</div>
             <div class="sign-list">
                 <h1 class="font-lg">登录</h1>
                 <div class="title-tab">