Elements-SY

modify

...@@ -68,4 +68,5 @@ export const routeRuleForm = { ...@@ -68,4 +68,5 @@ export const routeRuleForm = {
68 serviceCode: [], // Service Code 68 serviceCode: [], // Service Code
69 handlingCode: [], // Handling Code 69 handlingCode: [], // Handling Code
70 subCategory: [], // Sub Category 70 subCategory: [], // Sub Category
71 + ruleDate: "",
71 }; 72 };
......
...@@ -333,6 +333,15 @@ export default { ...@@ -333,6 +333,15 @@ export default {
333 "handlingCode", 333 "handlingCode",
334 "subCategory", 334 "subCategory",
335 ]; 335 ];
336 + delete parmas.etesRule;
337 + delete parmas.cargoType;
338 + delete parmas.config;
339 + delete parmas.fltNo;
340 +
341 + delete parmas.route;
342 + // delete parmas.cargoType;
343 + // delete parmas.config;
344 + // delete parmas.fltNo;
336 let validate = keys.some((key) => parmas[key]); 345 let validate = keys.some((key) => parmas[key]);
337 if (validate) { 346 if (validate) {
338 this.loading = true; 347 this.loading = true;
......