78cb5e56 by lihua

产品目录专区不能编辑

1 parent dd73587b
...@@ -182,7 +182,7 @@ const tableBtnClick = (scope, btn) => { ...@@ -182,7 +182,7 @@ const tableBtnClick = (scope, btn) => {
182 }; 182 };
183 183
184 const handleDataClick = (item) => { 184 const handleDataClick = (item) => {
185 if (item.isRegister == "N") { 185 if (item.isRegister == "N" && item.foundMode != 3) {
186 router.push({ 186 router.push({
187 name: "registerCatalogCreate", 187 name: "registerCatalogCreate",
188 query: { guid: item.guid, damName: item.damName, foundMode: item.foundMode }, 188 query: { guid: item.guid, damName: item.damName, foundMode: item.foundMode },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!