diff --git a/src/enumerate/constant/index.js b/src/enumerate/constant/index.js
index ae1947a..1d6dd28 100644
--- a/src/enumerate/constant/index.js
+++ b/src/enumerate/constant/index.js
@@ -14,7 +14,7 @@ export {};
// HOISTING("hoisting_work", "DZ","吊装作业");
export const STATUS_ENUM = [
- { name: "暂存", bianma: "0" },
+ // { name: "暂存", bianma: "0" },
{ name: "已打回", bianma: "2" },
{ name: "审批中", bianma: "1" },
{ name: "已归档", bianma: "999" },
diff --git a/src/pages/Container/Enterprise/BlindBoardWork/Homework/List/index.js b/src/pages/Container/Enterprise/BlindBoardWork/Homework/List/index.js
index 19aa2d7..d9d6c8a 100644
--- a/src/pages/Container/Enterprise/BlindBoardWork/Homework/List/index.js
+++ b/src/pages/Container/Enterprise/BlindBoardWork/Homework/List/index.js
@@ -80,7 +80,7 @@ function List(props) {
{
name: "inDepartmentId",
label: "申请单位",
- render: ,
+ render: ,
},
{
name: "todo",
diff --git a/src/pages/Container/Enterprise/ConfinedSpaceWork/Homework/List/index.js b/src/pages/Container/Enterprise/ConfinedSpaceWork/Homework/List/index.js
index a36b896..c153e03 100644
--- a/src/pages/Container/Enterprise/ConfinedSpaceWork/Homework/List/index.js
+++ b/src/pages/Container/Enterprise/ConfinedSpaceWork/Homework/List/index.js
@@ -63,7 +63,7 @@ function List(props) {
{
name: "inDepartmentId",
label: "申请单位",
- render: ,
+ render: ,
},
{
name: "todo",
diff --git a/src/pages/Container/Enterprise/CutWork/Homework/List/index.js b/src/pages/Container/Enterprise/CutWork/Homework/List/index.js
index 3953669..170ff9e 100644
--- a/src/pages/Container/Enterprise/CutWork/Homework/List/index.js
+++ b/src/pages/Container/Enterprise/CutWork/Homework/List/index.js
@@ -80,7 +80,7 @@ function List(props) {
{
name: "inDepartmentId",
label: "申请单位",
- render: ,
+ render: ,
},
{
name: "todo",
diff --git a/src/pages/Container/Enterprise/DigWork/Homework/List/index.js b/src/pages/Container/Enterprise/DigWork/Homework/List/index.js
index e9ca622..aed09c5 100644
--- a/src/pages/Container/Enterprise/DigWork/Homework/List/index.js
+++ b/src/pages/Container/Enterprise/DigWork/Homework/List/index.js
@@ -80,7 +80,7 @@ function List(props) {
{
name: "inDepartmentId",
label: "申请单位",
- render: ,
+ render: ,
},
{
name: "todo",
diff --git a/src/pages/Container/Enterprise/ElectricWork/Homework/List/index.js b/src/pages/Container/Enterprise/ElectricWork/Homework/List/index.js
index 8e749da..8ffcb9d 100644
--- a/src/pages/Container/Enterprise/ElectricWork/Homework/List/index.js
+++ b/src/pages/Container/Enterprise/ElectricWork/Homework/List/index.js
@@ -80,7 +80,7 @@ function List(props) {
{
name: "inDepartmentId",
label: "申请单位",
- render: ,
+ render: ,
},
{
name: "todo",
diff --git a/src/pages/Container/Enterprise/HighPlaceWork/Homework/List/index.js b/src/pages/Container/Enterprise/HighPlaceWork/Homework/List/index.js
index a76a277..21ff293 100644
--- a/src/pages/Container/Enterprise/HighPlaceWork/Homework/List/index.js
+++ b/src/pages/Container/Enterprise/HighPlaceWork/Homework/List/index.js
@@ -80,7 +80,7 @@ function List(props) {
{
name: "inDepartmentId",
label: "申请单位",
- render: ,
+ render: ,
},
{
name: "todo",
diff --git a/src/pages/Container/Enterprise/HotWork/Homework/List/index.js b/src/pages/Container/Enterprise/HotWork/Homework/List/index.js
index 8da5531..abe4340 100644
--- a/src/pages/Container/Enterprise/HotWork/Homework/List/index.js
+++ b/src/pages/Container/Enterprise/HotWork/Homework/List/index.js
@@ -79,7 +79,7 @@ function List(props) {
{
name: "inDepartmentId",
label: "申请单位",
- render: ,
+ render: ,
},
{
name: "todo",
diff --git a/src/pages/Container/Enterprise/LiftingWork/Homework/List/index.js b/src/pages/Container/Enterprise/LiftingWork/Homework/List/index.js
index 77700f2..ce5450e 100644
--- a/src/pages/Container/Enterprise/LiftingWork/Homework/List/index.js
+++ b/src/pages/Container/Enterprise/LiftingWork/Homework/List/index.js
@@ -80,7 +80,7 @@ function List(props) {
{
name: "inDepartmentId",
label: "申请单位",
- render: ,
+ render: ,
},
{
name: "todo",
diff --git a/src/pages/Container/Supervision/HotWork/List/index.js b/src/pages/Container/Supervision/HotWork/List/index.js
index feeff0b..2d1918d 100644
--- a/src/pages/Container/Supervision/HotWork/List/index.js
+++ b/src/pages/Container/Supervision/HotWork/List/index.js
@@ -29,7 +29,7 @@ function List(props) {
const { tableProps, getData } = useTable(props["corpInfoList"], {
form,
- params: { inType: [0, 1, 6, 3, 4, 5] },
+ params: { inType: [0, 1] },
onSuccess: (data) => {
getStatistics(data.list);
},