wangxy hace 1 mes
padre
commit
41dcf13746
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      pages/admin/Hetong/components/zhaoguLaoren.vue

+ 3 - 1
pages/admin/Hetong/components/zhaoguLaoren.vue

@@ -53,7 +53,9 @@
 	}
 
 	function radioChange(value) {
-		data.hetong.shentiqingkuang = value;
+    if (data.hetong.shentiqingkuang == value) {
+      data.hetong.shentiqingkuang = 0
+    } else {data.hetong.shentiqingkuang = value}
 	}
 </script>