Browse Source

uas手机版
清除所有缓存数据

RaoMeng 5 years ago
parent
commit
634af9e166

+ 9 - 9
uas-office-web/uas-mobile/src/components/common/func/FuncGroup.jsx

@@ -32,16 +32,16 @@ export default class FuncGroup extends Component {
   render () {
   render () {
     let {
     let {
       funcGroup,
       funcGroup,
-      line,
-      onRightClick,
-      onFuncClick,
-      operation,
-      rightIcon,
-      operable,
-      onOperationClick,
+      line,//是否显示分割线
+      onRightClick,//分组栏右侧按钮点击
+      onFuncClick,//菜单item点击
+      operation,//菜单item操作按钮
+      rightIcon,//分组栏右侧按钮
+      operable,//是否可操作
+      onOperationClick,//操作按钮点击
       onFuncDataChange,
       onFuncDataChange,
-      lineCount,
-      card,
+      lineCount,//菜单item标题行数
+      card,//是否以卡片形式显示
     } = this.props
     } = this.props
 
 
     let funcItems = []
     let funcItems = []

+ 6 - 1
uas-office-web/uas-mobile/src/components/common/func/FuncItem.jsx

@@ -52,7 +52,12 @@ class FuncItem extends Component {
   }
   }
 
 
   render () {
   render () {
-    let { funcObj, operation, sup, lineCount } = this.props
+    let {
+      funcObj,
+      operation,//右上角操作图标
+      sup,//角标
+      lineCount,//标题行数
+    } = this.props
     let funcTextStyle = {
     let funcTextStyle = {
       height: 20 * lineCount + 'px',
       height: 20 * lineCount + 'px',
       // webkitLineClamp: lineCount,
       // webkitLineClamp: lineCount,

+ 1 - 4
uas-office-web/uas-mobile/src/pages/common/UasEntry.jsx

@@ -17,7 +17,6 @@ class UasEntry extends Component {
 
 
   componentDidMount () {
   componentDidMount () {
     document.title = 'UAS系统'
     document.title = 'UAS系统'
-
     clearAllRedux()
     clearAllRedux()
 
 
     this.props.history.replace('/homePage')
     this.props.history.replace('/homePage')
@@ -29,9 +28,7 @@ class UasEntry extends Component {
 
 
   render () {
   render () {
     return (
     return (
-      <div>
-
-      </div>
+      <div></div>
     )
     )
   }
   }
 }
 }

+ 1 - 0
uas-office-web/uas-mobile/src/utils/common/form.request.js

@@ -143,6 +143,7 @@ export function analysisFormData () {
           billModel.value = fieldItem.value
           billModel.value = fieldItem.value
           billModel.display = fieldItem.display
           billModel.display = fieldItem.display
           billModel.defValue = fieldItem.defValue
           billModel.defValue = fieldItem.defValue
+          billModel.logicType = fieldItem.logicType
           billModel.allowBlank = fieldItem.allowBlank ? 'T' : 'F'
           billModel.allowBlank = fieldItem.allowBlank ? 'T' : 'F'
 
 
           if (billModel.isdefault) {
           if (billModel.isdefault) {