Parcourir la source

资料查询修改

duy il y a 1 an
Parent
commit
3e1f531f2d
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/views/data-fill/query.vue

+ 4 - 0
src/views/data-fill/query.vue

@@ -920,6 +920,10 @@ const signClick = async () => {
     }
     resignModal.value = false
 }
+const cancelresign = ()=>{
+    resignModalRadio.value = 0
+    resignModal.value = false
+}
 </script>
 
 <style lang="scss" scoped>