wangxy 1 tháng trước cách đây
mục cha
commit
a128078f27
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 				}