shish 3 жил өмнө
parent
commit
f6f8b04978

+ 1 - 1
hdPad/src/pages/home/components/workInfo.vue

@@ -136,7 +136,7 @@
     </view>
     </view>
 
 
     <!-- 完成制作单弹框 -->
     <!-- 完成制作单弹框 -->
-    <uni-popup ref="createWorkRef" background-color="#fff" type="right">
+    <uni-popup ref="createWorkRef" background-color="#fff" type="right" :mask-click="false">
       <createWork @cancelCreate="cancelCreate()" @confirmCreate="confirmCreate()" :staffList.sync="staffList"></createWork>
       <createWork @cancelCreate="cancelCreate()" @confirmCreate="confirmCreate()" :staffList.sync="staffList"></createWork>
     </uni-popup>
     </uni-popup>