研发图纸文件管理系统-前端项目
he wei
2023-06-25 b06ce1fd9da4791a9481d64198ec1fade1a73203
src/components/table/advance/AdvanceTable.vue
@@ -125,9 +125,9 @@
      refresh() {
        this.$emit('refresh', this.conditions)
      },
      onSearchChange(conditions, searchOptions) {
      onSearchChange(conditions, searchOptions, col) {
        this.conditions = conditions
        this.$emit('search', conditions, searchOptions)
        this.$emit('search', conditions, searchOptions, col)
      },
      toggleScreen() {
        if (this.fullScreen) {