Commit f59d6525 authored by wuhao's avatar wuhao 🎯

asder

parent 4aa5a5f8
......@@ -109,7 +109,7 @@ const Dic = (props) => {
ifsc = record.isBasis == 2;
return [
ifs &&
ifsc &&
ifsc&&
getPrem("sysDepartment_save", action, "新增", () => {
for (let i in defaultFields) {
defaultFields[i].value = null;
......@@ -136,7 +136,7 @@ const Dic = (props) => {
type: "edit",
fields: defaultFields,
curitem: record,
title: `修改${record.title}`4,
title: `修改${record.title}`,
});
}),
!ifs &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment