Commit 1e2d8635 by anxiaohe

品名代码表单

parent 8090f0e9
......@@ -93,7 +93,16 @@
}
}
debugger
if ("${mode}" === 'add') {
if (info.parentId !== '1' && info.parentId !== '0') {
otherContentShow(true);
} else {
otherContentShow(false);
}
} else {
otherContentShow(info.last === 1);
}
function selectParent (row, id) {
var item = row[0];
......
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