hutongqing
2024-08-21 b5bc0d6eb2d2e55ea830a1b286252b9754cbf8e9
WIDESEAWCS_Client/src/components/basic/ViewGrid/methods.js
@@ -1343,6 +1343,7 @@
    //是否忽略前缀/  获取操作的url
    return (!ingorPrefix ? '/' : '') + 'api' + this.table.url + action;
  },
  initDicKeys() {
    //初始化字典数据
    let keys = [];
@@ -1392,6 +1393,7 @@
    if (keys.length == 0) return;
    let $this = this;
    this.http.post('/api/Sys_Dictionary/GetVueDictionary', keys).then((dic) => {
      $this.bindOptions(dic);
      //2022.04.04增加字典加载完成方法
      $this.dicInited && $this.dicInited(dic);
@@ -1672,7 +1674,7 @@
      this.$refs.table && this.search();
    }
  },
  fullscreen(full){ //弹出框全屏方法
  fullscreen(full) { //弹出框全屏方法
  }
};