From c519b4e51fe07bf13a2a7e44abd648b8dc0c083d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 23 六月 2020 12:12:12 +0800
Subject: [PATCH] 2020-06-23

---
 src/templates/zshare/modalform/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx
index aeb4ea4..a63f5b9 100644
--- a/src/templates/zshare/modalform/index.jsx
+++ b/src/templates/zshare/modalform/index.jsx
@@ -509,7 +509,7 @@
         if (!err) {
           let isvalid = true
           values.uuid = this.props.card.uuid
-          // 涓嬫媺鑿滃崟鎴栧叧鑱旇彍鍗�
+          // 涓嬫媺鑿滃崟鎴栬仈鍔ㄨ彍鍗�
           if ((values.type === 'multiselect' || values.type === 'select' || values.type === 'link') && values.resourceType === '0') {
             values.options = this.refs.editTable.state.dataSource
             values.dataSource = ''
@@ -523,7 +523,7 @@
               isvalid = false
               notification.warning({
                 top: 92,
-                message: this.props.dict['header.form.selectItem.error'],
+                message: this.props.dict['model.form.selectItem.error'],
                 duration: 5
               })
             }

--
Gitblit v1.8.0