zs 1 年之前
父節點
當前提交
5595260427
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/interface/estimate.interface.ts

+ 1 - 1
src/interface/estimate.interface.ts

@@ -43,7 +43,7 @@ export class FVO_estimate {
 export class QDTO_estimate extends SearchBase {
   constructor() {
     const like_prop = [];
-    const props = ['contacts', 'tel', 'status'];
+    const props = ['contacts', 'brand', 'tel', 'status'];
     const mapping = [];
     super({ like_prop, props, mapping });
   }