From a07c0ccec35e8287ceb9bc2f4bd11302c5190d06 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 10 八月 2023 18:30:43 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/menu/components/share/sourcecomponent/inputform/index.jsx |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/menu/components/share/sourcecomponent/inputform/index.jsx b/src/menu/components/share/sourcecomponent/inputform/index.jsx
index 7518cf2..b1a4249 100644
--- a/src/menu/components/share/sourcecomponent/inputform/index.jsx
+++ b/src/menu/components/share/sourcecomponent/inputform/index.jsx
@@ -2,6 +2,7 @@
 import PropTypes from 'prop-types'
 import { is, fromJS } from 'immutable'
 import { Input, Form, Row, Col, Pagination, Empty, Button, Modal, notification } from 'antd'
+import { PlusOutlined } from '@ant-design/icons'
 
 import Api from '@/api'
 import Utils from '@/utils/utils.js'
@@ -17,9 +18,7 @@
 
 class PopSource extends Component {
   static propTpyes = {
-    btnlog: PropTypes.array,
-    keyword: PropTypes.string,
-    handlelog: PropTypes.func
+    keyword: PropTypes.string
   }
 
   state = {
@@ -125,7 +124,7 @@
         res.id = Utils.getuuid()
       }
 
-      Api.getSystemConfig({
+      Api.getCloudConfig({
         func: 's_url_db_adduptdel',
         id: res.id,
         PageIndex: 0, // 0 浠h〃鍏ㄩ儴
@@ -174,8 +173,8 @@
         </Form.Item> : null}
         {keyword === 'system' ?
           <Search value={searchKey} placeholder="" onChange={(e) => this.setState({searchKey: e.target.value})} onSearch={this.changeSearch} enterButton/> : null}
-        {keyword === 'system' ? <Button className="picture-plus mk-green" icon="plus" onClick={() => this.handleSource({typecharone: type})}>
-          娣诲姞
+        {keyword === 'system' ? <Button className="picture-plus mk-green" onClick={() => this.handleSource({typecharone: type})}>
+          <PlusOutlined /> 娣诲姞
         </Button> : null}
         {keyword === 'system' && list.length ?
           <Row gutter={16} style={{minHeight: '250px'}}>

--
Gitblit v1.8.0