dengjunjie
2025-04-19 9e579eda4601ed7b492b9d19a24e8146f6ebdf8d
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js
@@ -803,7 +803,7 @@
      let url = this.getUrl(this.const.DEL);
      this.http.post(url, delKeys, '正在删除数据....').then((x) => {
        if (!x.status) return this.$error(x.message);
        this.$success(x.message);
        this.$success("删除成功");
        //删除后
        if (!this.delAfter(x)) {
          return;
@@ -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) { //弹出框全屏方法
  }
};