1
huanghongfeng
2025-03-07 f1f29f5329102870476653fa6c6ca42b80226078
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/extension/system/Sys_Vehi.js
@@ -30,6 +30,7 @@
        return true;
      },
      searchAfter(result) {
        //查询后,result返回的查询数据,可以在显示到表格前处理表格的值
        return true;
      },
@@ -52,6 +53,7 @@
        //(3)this.editFormFields.字段='xxx';
        //如果需要给下拉框设置默认值,请遍历this.editFormOptions找到字段配置对应data属性的key值
        //看不懂就把输出看:console.log(this.editFormOptions)
      }
    }
  };