style: 移除无用console输出
This commit is contained in:
@@ -301,7 +301,6 @@ function fnModalVisibleByVive(row: Record<string, string>) {
|
||||
* @param dictCode 数据编号id, 不传为新增
|
||||
*/
|
||||
function fnModalVisibleByEdit(dictCode?: string | number, record?: any) {
|
||||
console.log(record);
|
||||
if (!dictCode) {
|
||||
modalStateFrom.resetFields();
|
||||
modalState.from.dictType = queryParams.dictType;
|
||||
|
||||
Reference in New Issue
Block a user