guoyuji
2024-07-02 1f215345a02f4a9ac91d7fac98e7a3ebd9deb890
筛选是清除选中状态
1个文件已修改
5 ■■■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
@@ -1148,6 +1148,10 @@
  }
}
const inputFocus = ()=>{
  xGrid.value.clearSelected()
}
</script>
<template>
@@ -1295,6 +1299,7 @@
            <div v-for="(option, index) in column.filters" :key="index">
              <input type="text"
                     v-model="option.data"
                     @focus="inputFocus"
                     @input="changeFilterEvent($event, option, $panel)"/>
            </div>
          </div>