Explorar o código

Merge branch 'master' of http://git.tjyourong.com.cn/ctop/adsp-vue

zhuxinbo %!s(int64=4) %!d(string=hai) anos
pai
achega
f5a6360082
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/modules/BatchCreate/singleLayerSelecte.vue

+ 1 - 0
src/views/modules/BatchCreate/singleLayerSelecte.vue

@@ -123,6 +123,7 @@ export default {
     onCheckAllChange(e) {
     // console.log(e.target.checked,this.valueOptions)
       this.checkedList=[];
+      this.checkedShowList=[];
       Object.assign(this, {
         checkedList: e.target.checked ? this.valueOptions : [],
         indeterminate: false,