Browse Source

nvr新增刷新列表

release_0.0.1
deartibers 3 years ago
parent
commit
25c88dea6b
  1. 1
      code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/actions/nvr.js
  2. 4
      code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/components/nvrModal.jsx
  3. 3
      code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/nvr.jsx

1
code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/actions/nvr.js

@ -46,7 +46,6 @@ export function addchangeNvr(data) {
data,
actionType: "ADD_CHANGE_NVR",
url: `${ApiTable.nvr}`,
msg: { option: "添加/修改" },
});
}

4
code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/components/nvrModal.jsx

@ -1,10 +1,10 @@
import React, { useState ,useRef} from 'react'
import { connect } from "react-redux";
import { Modal,Form,Row,Col,Spin,Notification,close } from '@douyinfe/semi-ui';
import { Modal,Form,Row,Col,Spin,Notification } from '@douyinfe/semi-ui';
import { IconTickCircle } from '@douyinfe/semi-icons';
function nvrModal(props){
const {modalName}=props
const { dispatch, actions, user, loading,vender } = props;
const { dispatch, actions, user, loading,vender,close } = props;
const nvrData = props.nvrData||{}//
console.log('nvrDatanvrDatanvrData',nvrData);
const form = useRef();

3
code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/nvr.jsx

@ -77,6 +77,9 @@ const NvrHeader = (props) => {
nvrData={row}
modalName="revise"
venderList={venderList}
close={() => {
equipmentGetNvr();
}}
/>
</Button>
<Button

Loading…
Cancel
Save