产品目录专区不能编辑
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 }, | ... | ... |
-
Please register or sign in to post a comment