wangxy 1 miesiąc temu
rodzic
commit
a128078f27
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      components/selectZyLevel/index.vue

+ 1 - 1
components/selectZyLevel/index.vue

@@ -127,7 +127,7 @@
 	function toggleSelect(item) {
 		item.active = !item.active;
 		if (props.mode == 'danxuan') {
-			data.list = res.data.map(cite => {
+      data.list.map(cite => {
 				if (cite.id != item.id) {
 					cite.active = false;
 				}