Commit 69d3af0a authored by krysent's avatar krysent

特殊属性

parent de90af19
......@@ -291,10 +291,12 @@ const Deviceprovide = (props) => {
disabled={!getPrem("equipmentSupplier_save", "ifs")}
type="primary"
onClick={async () => {
console.log(subdata);
let result = await tempfields(
"/ngic-auth/sysSupplierChar/queryCommonList",
{}
);
setsubdata(result?.data);
for (let i in defaultFields) {
defaultFields[i].value = null;
defaultFields[i].disabled = false;
......
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