Browse Source

fix():bug修改

tags/PMS_V1.0.0_Alpha5
xingjx 1 year ago
parent
commit
83a7ab4695
  1. 1
      src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx
  2. 1
      src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/CarGroupMgm.jsx
  3. 1
      src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/LEDConfiguration.jsx

1
src/pages/OutRoadMgm/OutSegmentMgm/ChargeRulesMgm/AddModal.jsx

@ -118,7 +118,6 @@ function AddModal(props) {
message.error('时段范围不能重叠!') message.error('时段范围不能重叠!')
return return
} }
console.log(carr)
//return //return
if (status === "add") { if (status === "add") {
ajax.addChargeRule(params).then((res) => { ajax.addChargeRule(params).then((res) => {

1
src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/CarGroupMgm.jsx

@ -9,6 +9,7 @@ import {
message, message,
Modal, Modal,
Input, Input,
Popover,
} from "antd"; } from "antd";
import ajax from "@/services"; import ajax from "@/services";
import { dictionary, utils } from "@/config/common"; import { dictionary, utils } from "@/config/common";

1
src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/LEDConfiguration.jsx

@ -13,6 +13,7 @@ import {
} from "antd"; } from "antd";
const { TextArea } = Input; const { TextArea } = Input;
import ajax from "@/services"; import ajax from "@/services";
import { dictionary, utils } from "@/config/common";
function LEDConfiguration({ id }) { function LEDConfiguration({ id }) {
const columns = [ const columns = [
{ {

Loading…
Cancel
Save