Elements-SY

modify

......@@ -38,7 +38,7 @@ import {
deleteEtesRuleById, // 删除
} from "@/api/et86";
export default {
name: "et86RuleConfig",
name: "Et86RuleConfig",
components: {
YlForm,
YlTable,
......@@ -46,12 +46,8 @@ export default {
data() {
return {
formConfig: formConfig, // 表单配置项
originOfFlightNo: "",
queryForm: {
// 表单参数
originOfFlightNo: "",
startTime: "",
endTime: "",
status: "有效",
},
pageConfig: {
......
......@@ -46,7 +46,7 @@ import {
} from "@/api/et86HsCodeBlack";
import { downLoadXlsx } from "@/utils/zipdownload";
export default {
name: "et86ShipmentDesc",
name: "Et86ShipmentDesc",
components: {
YlForm,
YlTable,
......