diff --git a/src/pages/database/goods/goodstechnology/components/goodstechnologymaken.jsx b/src/pages/database/goods/goodstechnology/components/goodstechnologymaken.jsx
index 331b79b..9210ea0 100644
--- a/src/pages/database/goods/goodstechnology/components/goodstechnologymaken.jsx
+++ b/src/pages/database/goods/goodstechnology/components/goodstechnologymaken.jsx
@@ -3,6 +3,7 @@ import React, { useState, useRef, useEffect } from 'react';
import { CloseOutlined, DeleteOutlined, FormOutlined } from '@ant-design/icons';
import { ProCard } from '@ant-design/pro-Card';
import { BetaSchemaForm } from '@ant-design/pro-form';
+import { history } from 'umi';
import {
getbyidgoods,
GetGoodsTechnology,
@@ -473,10 +474,23 @@ const goodstechnologymaken = (props) => {
-
+
商品属性
{
- goodsinfo.goodsAttributeList == undefined ? '' : (
+ goodsinfo.goodsAttributeList == undefined || goodsinfo.goodsAttributeList == "" ? ( ) : (
goodsinfo.goodsAttributeList.map((item, index) => {
return (