Lijy hai 2 semanas
pai
achega
9a19607ec9

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/public/index.html

@@ -22,7 +22,7 @@
     <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js" referrerpolicy="origin"></script>
     <!-- 接入飞书 -->
     <script type="text/javascript" src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script>
-    <!-- <script src="https://s.url.cn/qqun/qun/qqweb/m/qun/confession/js/vconsole.min.js "></script> -->
+    <script src="https://s.url.cn/qqun/qun/qqweb/m/qun/confession/js/vconsole.min.js "></script>
 
     <meta name="wpk-bid" content="dta_2_71020">
         <script>

+ 4 - 0
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -799,12 +799,16 @@ export default {
             }
 
             const projectList = this.projectss || []
+            console.log(projectList, '<==== projectList')
+            console.log(trueProjectId, '<==== trueProjectId')
             const rows = projectList.filter(item => item.id == trueProjectId)
             if(rows.length <= 0) {
                 this.$toast.fail(`暂未参与该项目`);
                 return
             }
 
+            this.closeQrcode()
+
             this.form.domains[this.clickIndex] = {
                 ...this.form.domains[this.clickIndex],
                 extraField4: orderId,