调整征信维护为征信对象直接入库
This commit is contained in:
@@ -19,7 +19,7 @@ const source = fs.readFileSync(componentPath, "utf8");
|
||||
"handleDetail",
|
||||
"handleDelete",
|
||||
"deleteCreditInfo",
|
||||
"确认删除该员工当前已维护的征信信息吗?",
|
||||
"确认删除该征信对象当前已维护的征信信息吗?",
|
||||
].forEach((token) => {
|
||||
assert(source.includes(token), `详情或删除交互缺少关键结构: ${token}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user