Showing
3 changed files
with
2 additions
and
6 deletions
| ... | @@ -38,7 +38,7 @@ import { | ... | @@ -38,7 +38,7 @@ import { |
| 38 | deleteEtesRuleById, // 删除 | 38 | deleteEtesRuleById, // 删除 |
| 39 | } from "@/api/et86"; | 39 | } from "@/api/et86"; |
| 40 | export default { | 40 | export default { |
| 41 | - name: "et86RuleConfig", | 41 | + name: "Et86RuleConfig", |
| 42 | components: { | 42 | components: { |
| 43 | YlForm, | 43 | YlForm, |
| 44 | YlTable, | 44 | YlTable, |
| ... | @@ -46,12 +46,8 @@ export default { | ... | @@ -46,12 +46,8 @@ export default { |
| 46 | data() { | 46 | data() { |
| 47 | return { | 47 | return { |
| 48 | formConfig: formConfig, // 表单配置项 | 48 | formConfig: formConfig, // 表单配置项 |
| 49 | - originOfFlightNo: "", | ||
| 50 | queryForm: { | 49 | queryForm: { |
| 51 | // 表单参数 | 50 | // 表单参数 |
| 52 | - originOfFlightNo: "", | ||
| 53 | - startTime: "", | ||
| 54 | - endTime: "", | ||
| 55 | status: "有效", | 51 | status: "有效", |
| 56 | }, | 52 | }, |
| 57 | pageConfig: { | 53 | pageConfig: { | ... | ... |
| ... | @@ -46,7 +46,7 @@ import { | ... | @@ -46,7 +46,7 @@ import { |
| 46 | } from "@/api/et86HsCodeBlack"; | 46 | } from "@/api/et86HsCodeBlack"; |
| 47 | import { downLoadXlsx } from "@/utils/zipdownload"; | 47 | import { downLoadXlsx } from "@/utils/zipdownload"; |
| 48 | export default { | 48 | export default { |
| 49 | - name: "et86ShipmentDesc", | 49 | + name: "Et86ShipmentDesc", |
| 50 | components: { | 50 | components: { |
| 51 | YlForm, | 51 | YlForm, |
| 52 | YlTable, | 52 | YlTable, | ... | ... |
-
Please register or login to post a comment